{
    "item": [
        {
            "name": "metrics",
            "description": "",
            "item": [
                {
                    "id": "5f3fd005-cdfe-4915-abea-e6987e5a7782",
                    "name": "Prometheus metrics",
                    "request": {
                        "name": "Prometheus metrics",
                        "description": {
                            "content": "Returns all metrics in Prometheus text format for scraping.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "metrics"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "754336e3-29c8-4559-8e2d-9e176d645746",
                            "name": "Prometheus metrics in text/plain format",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "metrics"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "auth",
            "description": "",
            "item": [
                {
                    "name": "register",
                    "description": "",
                    "item": [
                        {
                            "id": "57ff3ea4-740b-44b1-8def-45a2b6fa5d5a",
                            "name": "Register new tenant",
                            "request": {
                                "name": "Register new tenant",
                                "description": {
                                    "content": "Creates a new tenant and user account. Returns JWT tokens.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "register"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"/B//B//B//B/\",\n  \"company_name\": \"<string>\",\n  \"full_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0edfd0f4-ab03-4302-a210-c04b47953df6",
                                    "name": "Tenant created, JWT tokens returned",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "register"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"/B//B//B//B/\",\n  \"company_name\": \"<string>\",\n  \"full_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "540d4eb1-252e-41f7-8149-e6920261d63e",
                                    "name": "Email already registered",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "register"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"/B//B//B//B/\",\n  \"company_name\": \"<string>\",\n  \"full_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "login",
                    "description": "",
                    "item": [
                        {
                            "id": "52e1a7ba-e324-4e0d-891c-0012d9fb45ff",
                            "name": "Login",
                            "request": {
                                "name": "Login",
                                "description": {
                                    "content": "Authenticate with email and password. Returns JWT tokens.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "login"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "717f4f7e-0300-455c-bd61-cc9207229b58",
                                    "name": "Login successful, JWT tokens returned",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "login"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "8be59cf2-139a-44d1-a6b9-2b57af6a778b",
                                    "name": "Invalid credentials",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "login"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "siwe",
                    "description": "",
                    "item": [
                        {
                            "name": "nonce",
                            "description": "",
                            "item": [
                                {
                                    "id": "9d9cc7d7-d728-4195-843d-25b7efbd2211",
                                    "name": "Generate SIWE nonce",
                                    "request": {
                                        "name": "Generate SIWE nonce",
                                        "description": {
                                            "content": "Returns a nonce for EIP-4361 Sign-In With Ethereum flows in the dashboard.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "auth",
                                                "siwe",
                                                "nonce"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2799fc95-3016-4a67-ba76-c2e21253f9dc",
                                            "name": "SIWE nonce returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "auth",
                                                        "siwe",
                                                        "nonce"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "passkey",
                    "description": "",
                    "item": [
                        {
                            "name": "challenge",
                            "description": "",
                            "item": [
                                {
                                    "id": "0044d935-134e-4a35-82f4-4a488026c812",
                                    "name": "Generate passkey challenge",
                                    "request": {
                                        "name": "Generate passkey challenge",
                                        "description": {
                                            "content": "Returns a short-lived challenge for dashboard passkey registration or authentication.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "auth",
                                                "passkey",
                                                "challenge"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required)  (This can only be one of register,authenticate)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "intent",
                                                    "value": "authenticate"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3e74d42e-ca3d-4aa6-b73b-935020bd5648",
                                            "name": "Passkey challenge returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "auth",
                                                        "passkey",
                                                        "challenge"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required)  (This can only be one of register,authenticate)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "intent",
                                                            "value": "authenticate"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "unified",
                    "description": "",
                    "item": [
                        {
                            "id": "52c21f0b-1b93-4d8a-ade5-b1ba395b4b31",
                            "name": "Unified dashboard authentication",
                            "request": {
                                "name": "Unified dashboard authentication",
                                "description": {
                                    "content": "Single auth entrypoint for email/password, wallet SIWE, passkeys, Google OAuth, and Apple OAuth login.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "unified"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"method\": \"passkey\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"message\": \"<string>\",\n  \"signature\": \"/0x4dCf4c1dB9aca97DA34C0d7B6B93b7Cd1D2aE78FAA72353e138de8C425DC4B6C1b0fF8c42cb1A6a0FD660bF40F33d25Ca92B2Dbaa96b37437aB2a013CEE5A6Df5f8F78af/\",\n  \"address\": \"/0xf465BAef081Fb55dcC8FF54a01BEC9C6a1DCfE3A/\",\n  \"provider\": \"apple\",\n  \"id_token\": \"<string>\",\n  \"flow\": \"authenticate\",\n  \"challenge\": \"<string>\",\n  \"credential_id\": \"<string>\",\n  \"client_data_json\": \"<string>\",\n  \"public_key\": {\n    \"x\": \"/0x1FbCBB8Bc7EB5fDbe70e6Db542FC4dab1FCA80475be5aF36e372EEaCeB7c9c27/\",\n    \"y\": \"/0xB28D6Fe60CFe5bDFDa4FC8ACa03C016F19f8dA7f3b6E327ea4E4BaDCa98ed0Fe/\"\n  },\n  \"authenticator_data\": \"/0x46fC2Ce11A219E5376dAe1AF92Ff1635942a2B2FB0fe97BAa5A7948b0C7Ac80bB371f9Bb3AFb2968C5/\",\n  \"passkey_signature\": \"/0xDa909B1dcbBFd6BdefE02/\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "555fae01-07de-41ef-8d60-131c6443e1a4",
                                    "name": "Authentication successful",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "unified"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"method\": \"passkey\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"message\": \"<string>\",\n  \"signature\": \"/0x4dCf4c1dB9aca97DA34C0d7B6B93b7Cd1D2aE78FAA72353e138de8C425DC4B6C1b0fF8c42cb1A6a0FD660bF40F33d25Ca92B2Dbaa96b37437aB2a013CEE5A6Df5f8F78af/\",\n  \"address\": \"/0xf465BAef081Fb55dcC8FF54a01BEC9C6a1DCfE3A/\",\n  \"provider\": \"apple\",\n  \"id_token\": \"<string>\",\n  \"flow\": \"authenticate\",\n  \"challenge\": \"<string>\",\n  \"credential_id\": \"<string>\",\n  \"client_data_json\": \"<string>\",\n  \"public_key\": {\n    \"x\": \"/0x1FbCBB8Bc7EB5fDbe70e6Db542FC4dab1FCA80475be5aF36e372EEaCeB7c9c27/\",\n    \"y\": \"/0xB28D6Fe60CFe5bDFDa4FC8ACa03C016F19f8dA7f3b6E327ea4E4BaDCa98ed0Fe/\"\n  },\n  \"authenticator_data\": \"/0x46fC2Ce11A219E5376dAe1AF92Ff1635942a2B2FB0fe97BAa5A7948b0C7Ac80bB371f9Bb3AFb2968C5/\",\n  \"passkey_signature\": \"/0xDa909B1dcbBFd6BdefE02/\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "ddfdc97d-536b-4b0a-b524-1b1da4f701d5",
                                    "name": "Invalid method or request payload",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "unified"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"method\": \"passkey\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"message\": \"<string>\",\n  \"signature\": \"/0x4dCf4c1dB9aca97DA34C0d7B6B93b7Cd1D2aE78FAA72353e138de8C425DC4B6C1b0fF8c42cb1A6a0FD660bF40F33d25Ca92B2Dbaa96b37437aB2a013CEE5A6Df5f8F78af/\",\n  \"address\": \"/0xf465BAef081Fb55dcC8FF54a01BEC9C6a1DCfE3A/\",\n  \"provider\": \"apple\",\n  \"id_token\": \"<string>\",\n  \"flow\": \"authenticate\",\n  \"challenge\": \"<string>\",\n  \"credential_id\": \"<string>\",\n  \"client_data_json\": \"<string>\",\n  \"public_key\": {\n    \"x\": \"/0x1FbCBB8Bc7EB5fDbe70e6Db542FC4dab1FCA80475be5aF36e372EEaCeB7c9c27/\",\n    \"y\": \"/0xB28D6Fe60CFe5bDFDa4FC8ACa03C016F19f8dA7f3b6E327ea4E4BaDCa98ed0Fe/\"\n  },\n  \"authenticator_data\": \"/0x46fC2Ce11A219E5376dAe1AF92Ff1635942a2B2FB0fe97BAa5A7948b0C7Ac80bB371f9Bb3AFb2968C5/\",\n  \"passkey_signature\": \"/0xDa909B1dcbBFd6BdefE02/\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "fbf72ae2-6c17-4fc0-a297-3f6b50eda740",
                                    "name": "Invalid credentials or invalid SIWE signature",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "unified"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"method\": \"passkey\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"message\": \"<string>\",\n  \"signature\": \"/0x4dCf4c1dB9aca97DA34C0d7B6B93b7Cd1D2aE78FAA72353e138de8C425DC4B6C1b0fF8c42cb1A6a0FD660bF40F33d25Ca92B2Dbaa96b37437aB2a013CEE5A6Df5f8F78af/\",\n  \"address\": \"/0xf465BAef081Fb55dcC8FF54a01BEC9C6a1DCfE3A/\",\n  \"provider\": \"apple\",\n  \"id_token\": \"<string>\",\n  \"flow\": \"authenticate\",\n  \"challenge\": \"<string>\",\n  \"credential_id\": \"<string>\",\n  \"client_data_json\": \"<string>\",\n  \"public_key\": {\n    \"x\": \"/0x1FbCBB8Bc7EB5fDbe70e6Db542FC4dab1FCA80475be5aF36e372EEaCeB7c9c27/\",\n    \"y\": \"/0xB28D6Fe60CFe5bDFDa4FC8ACa03C016F19f8dA7f3b6E327ea4E4BaDCa98ed0Fe/\"\n  },\n  \"authenticator_data\": \"/0x46fC2Ce11A219E5376dAe1AF92Ff1635942a2B2FB0fe97BAa5A7948b0C7Ac80bB371f9Bb3AFb2968C5/\",\n  \"passkey_signature\": \"/0xDa909B1dcbBFd6BdefE02/\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "refresh",
                    "description": "",
                    "item": [
                        {
                            "id": "b0e30cf9-bcb1-4514-881a-67da13195a98",
                            "name": "Refresh tokens",
                            "request": {
                                "name": "Refresh tokens",
                                "description": {
                                    "content": "Exchange a refresh token for new access + refresh tokens.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "refresh"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "bdafee0d-4c65-4417-b420-b221a3d27fd4",
                                    "name": "Tokens refreshed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "refresh"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "db2479e3-752d-4018-b18d-03e194fcca94",
                                    "name": "Invalid or expired refresh token",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "refresh"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "logout",
                    "description": "",
                    "item": [
                        {
                            "id": "f6a2d48c-7562-4712-ac60-c17991440e19",
                            "name": "Logout",
                            "request": {
                                "name": "Logout",
                                "description": {
                                    "content": "Revoke a refresh token.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "logout"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "63c3450e-5f26-4df9-ab5f-8d5f0444fe2c",
                                    "name": "Logged out",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "logout"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"refresh_token\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "me",
                    "description": "",
                    "item": [
                        {
                            "id": "b767354b-acfc-4046-8f84-bcfb5b905ebf",
                            "name": "Get current user",
                            "request": {
                                "name": "Get current user",
                                "description": {
                                    "content": "Returns the authenticated user profile.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "a86286ee-3843-4bfe-b1df-5235da3fd7d8",
                                    "name": "User profile returned",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "me"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "3e31b168-2e1a-4125-9041-756dc8620d27",
                            "name": "Update profile (PATCH legacy)",
                            "request": {
                                "name": "Update profile (PATCH legacy)",
                                "description": {},
                                "url": {
                                    "path": [
                                        "auth",
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"full_name\": \"<string>\",\n  \"company_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "08230aae-d5c3-4212-b122-a8ea276e739e",
                                    "name": "200",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "me"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"full_name\": \"<string>\",\n  \"company_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "37bbb9ae-564f-4607-a6bd-d9b0b3605f63",
                            "name": "Update profile",
                            "request": {
                                "name": "Update profile",
                                "description": {
                                    "content": "Update the authenticated user's profile (name, company).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "auth",
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"full_name\": \"<string>\",\n  \"company_name\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3e461579-daee-46c5-aee1-9ac6c1367c8d",
                                    "name": "Profile updated",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "me"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"full_name\": \"<string>\",\n  \"company_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "2909c3ba-e045-42c1-b3fb-0184c7dbfcbe",
                                    "name": "201",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "auth",
                                                "me"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"full_name\": \"<string>\",\n  \"company_name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "v1",
            "description": "",
            "item": [
                {
                    "name": "settings",
                    "description": "",
                    "item": [
                        {
                            "name": "wallet-mode",
                            "description": "",
                            "item": [
                                {
                                    "id": "27da10aa-eb62-4c92-9f7e-5bd09f690224",
                                    "name": "Get wallet mode",
                                    "request": {
                                        "name": "Get wallet mode",
                                        "description": {
                                            "content": "Returns the tenant's current wallet mode (custodial or connect) and Connect account address if set.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "wallet-mode"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "446c1dbd-df50-43fb-a46f-9ed9bd80c76c",
                                            "name": "Wallet mode info",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "wallet-mode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "connect",
                            "description": "",
                            "item": [
                                {
                                    "id": "566a3a2f-7762-47f4-8025-63d6d684261b",
                                    "name": "Get Connect settings",
                                    "request": {
                                        "name": "Get Connect settings",
                                        "description": {
                                            "content": "Returns all Connect-specific settings for the authenticated tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "connect"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "029d5ed6-db81-4b87-970d-9f20205c95ff",
                                            "name": "Connect settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "connect"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "1da8299d-c29a-4bfe-80c3-76e763f66fcc",
                                    "name": "Tenant Settings Controller update Connect Settings Post",
                                    "request": {
                                        "name": "Tenant Settings Controller update Connect Settings Post",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "connect"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "0e26a4f1-220e-442b-a363-831fcb56ee6f",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "connect"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "97294676-e648-4a6f-84ca-35a8a3277e08",
                                    "name": "Update Connect settings",
                                    "request": {
                                        "name": "Update Connect settings",
                                        "description": {
                                            "content": "Update any Connect settings (OAuth, passkeys, CORS). Partial update — only include fields to change.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "connect"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "f5f1ba12-a37c-4f63-bae5-9d084e811232",
                                            "name": "Updated settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "connect"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "oauth",
                            "description": "",
                            "item": [
                                {
                                    "id": "ccfd7ae5-a148-4074-8cf3-3eca44027c13",
                                    "name": "Get OAuth settings",
                                    "request": {
                                        "name": "Get OAuth settings",
                                        "description": {
                                            "content": "Returns Google and Apple OAuth Client IDs for the tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "oauth"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "b272ab22-b5fe-4dda-ab91-28580550e3dd",
                                            "name": "OAuth settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "oauth"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d47a39a1-5f25-4817-acf3-41cd81c69bd1",
                                    "name": "Tenant Settings Controller update O Auth Settings Post",
                                    "request": {
                                        "name": "Tenant Settings Controller update O Auth Settings Post",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "oauth"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "479bcad2-c65d-4c0c-b399-0e90ff309ccc",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "oauth"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "a42f960f-f79c-4a2a-8a3d-b09848f3ee7b",
                                    "name": "Set OAuth Client IDs",
                                    "request": {
                                        "name": "Set OAuth Client IDs",
                                        "description": {
                                            "content": "Configure Google and/or Apple OAuth Client IDs for the tenant. These are used to validate id_tokens from your end-users.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "oauth"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "e8ad9432-9138-4e2c-8064-2e873357c0dc",
                                            "name": "Updated OAuth settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "oauth"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "passkeys",
                            "description": "",
                            "item": [
                                {
                                    "id": "43e6ba88-1d75-4ae9-a744-9c629e62aacf",
                                    "name": "Get Passkey settings",
                                    "request": {
                                        "name": "Get Passkey settings",
                                        "description": {
                                            "content": "Returns the WebAuthn Relying Party configuration for the tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "passkeys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "df97b7be-accd-48f6-bf23-718b4135d72a",
                                            "name": "Passkey settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "passkeys"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "b52ca21b-1ded-47da-ad3e-55cf7d6143a8",
                                    "name": "Tenant Settings Controller update Passkey Settings Post",
                                    "request": {
                                        "name": "Tenant Settings Controller update Passkey Settings Post",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "passkeys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8b584730-bc50-4b5f-993a-d6e38b89c976",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "passkeys"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "c1c11970-327c-45b1-b331-f97857d1319a",
                                    "name": "Set Passkey RP configuration",
                                    "request": {
                                        "name": "Set Passkey RP configuration",
                                        "description": {
                                            "content": "Configure the WebAuthn Relying Party ID and name for your domain. The rp_id should match your DApp's domain (e.g., 'myapp.com').",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "passkeys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "639173c3-d739-4bc4-867e-4f44d621ad83",
                                            "name": "Updated passkey settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "passkeys"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "cors",
                            "description": "",
                            "item": [
                                {
                                    "id": "eedef517-175a-47ce-9de5-5f30cf08f09a",
                                    "name": "Get CORS settings",
                                    "request": {
                                        "name": "Get CORS settings",
                                        "description": {
                                            "content": "Returns the list of allowed CORS origins for the tenant's DApp domains.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "cors"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "fc9a6814-ba42-4895-96c3-2f17c4ac21cb",
                                            "name": "CORS settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "cors"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "32deee4a-61d4-4ec8-a2aa-c8d1eb12cb35",
                                    "name": "Tenant Settings Controller update Cors Settings Post",
                                    "request": {
                                        "name": "Tenant Settings Controller update Cors Settings Post",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "cors"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "b8a8bdd4-a8ee-414a-ada4-240e9e083fe7",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "cors"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "805816d4-e474-439b-9a2d-8d10ec8999b5",
                                    "name": "Set CORS allowed origins",
                                    "request": {
                                        "name": "Set CORS allowed origins",
                                        "description": {
                                            "content": "Configure which domains can make cross-origin requests to the urblock API for your tenant. Required for browser-based DApps.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "settings",
                                                "cors"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "f167e69d-4263-4a41-aa95-7da23d6fc108",
                                            "name": "Updated CORS settings",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "settings",
                                                        "cors"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "networks",
                    "description": "",
                    "item": [
                        {
                            "id": "ca2541f0-05cd-421c-a666-9e9a1d827d66",
                            "name": "List networks",
                            "request": {
                                "name": "List networks",
                                "description": {
                                    "content": "List all supported blockchain networks with RPC health status.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "networks"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "84a24417-2991-4400-a7de-991bce4deadd",
                                    "name": "Networks listed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "networks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "01faf3c4-f850-49d5-bad6-6ead473604f2",
                                    "name": "Get network",
                                    "request": {
                                        "name": "Get network",
                                        "description": {
                                            "content": "Get details of a specific blockchain network.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "networks",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "0fa4cda4-1f3a-488d-8cbb-e036b71c98c6",
                                            "name": "Network details returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "networks",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "19497c9b-e8a8-444f-9e34-e9fb1a664b4c",
                                            "name": "Network not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "networks",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "status",
                    "description": "",
                    "item": [
                        {
                            "id": "45d6beea-812f-45e6-837c-54affb996a5b",
                            "name": "Dependency status",
                            "request": {
                                "name": "Dependency status",
                                "description": {
                                    "content": "Returns health status of all dependencies (database, Redis, RPC). Requires authentication.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "status"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "b48c116d-2f18-43d9-b800-09003d8ace39",
                                    "name": "Dependency statuses returned",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "status"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "dcf87dae-bd55-44a8-827f-26a27dfba949",
                                    "name": "Authentication required",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "status"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "api_keys",
                    "description": "",
                    "item": [
                        {
                            "id": "a83112da-ac3e-434d-bb45-13cd2414fcc9",
                            "name": "Create API key",
                            "request": {
                                "name": "Create API key",
                                "description": {
                                    "content": "Create a new API key. The secret key is returned ONLY in this response.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "api_keys"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"environment\": \"live\",\n  \"scopes\": \"vesting:write\",\n  \"expires_at\": \"<string>\",\n  \"allowed_ips\": [\n    \"/ea906316/\",\n    \"/FdbF293/\"\n  ]\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "dfa3a2a1-9741-429a-9e8c-2ca0eee0d4f2",
                                    "name": "API key created. Secret returned once.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "api_keys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "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  \"environment\": \"live\",\n  \"scopes\": \"vesting:write\",\n  \"expires_at\": \"<string>\",\n  \"allowed_ips\": [\n    \"/ea906316/\",\n    \"/FdbF293/\"\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "277f67d8-b658-4c1f-a926-028f9910c09f",
                            "name": "List API keys",
                            "request": {
                                "name": "List API keys",
                                "description": {
                                    "content": "List all API keys for the current tenant. Secret keys are never returned after creation.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "api_keys"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "238a4cb9-7a4d-4112-b6ee-baddad962f23",
                                    "name": "API keys listed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "api_keys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "1f262839-3754-4bcb-8a20-3280ae311497",
                                    "name": "Revoke API key",
                                    "request": {
                                        "name": "Revoke API key",
                                        "description": {
                                            "content": "Permanently revoke an API key. Cannot be undone.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "api_keys",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "2a830f23-4029-4874-8da3-b8e41f11d4a4",
                                            "name": "API key revoked",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "api_keys",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "7cc7bcca-c424-43a4-b06d-5bd8b43f0217",
                                            "name": "API key not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "api_keys",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "rotate",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "55bfe159-c298-40d7-a0be-b0b2e2fc22cc",
                                            "name": "Rotate API key",
                                            "request": {
                                                "name": "Rotate API key",
                                                "description": {
                                                    "content": "Generate a new secret for an existing API key. Old secret immediately invalidated.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "api_keys",
                                                        ":id",
                                                        "rotate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "7d34f1d9-8d82-46f9-8875-6b07cdc212d6",
                                                    "name": "API key rotated. New secret returned once.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "api_keys",
                                                                ":id",
                                                                "rotate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e767577a-9b38-481d-948a-ba4e5622d4b7",
                                                    "name": "API key not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "api_keys",
                                                                ":id",
                                                                "rotate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "tokens",
                    "description": "",
                    "item": [
                        {
                            "id": "6a546449-8bc9-49cf-ad94-67f35361c3a6",
                            "name": "Deploy token",
                            "request": {
                                "name": "Deploy token",
                                "description": {
                                    "content": "Deploy a new ERC-20, ERC-721, ERC-1155, or ERC-3643 token contract",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "tokens"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "ff16b45b-4bde-4790-9e18-cca86f2d7357",
                                    "name": "Token deployed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "97066d90-289a-4360-8c49-0ba265885680",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "a6dea1ea-6c58-4479-8c9b-54b748516526",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "94186809-825c-4902-ba37-d739e267dd0b",
                            "name": "List tokens",
                            "request": {
                                "name": "List tokens",
                                "description": {
                                    "content": "List all deployed token contracts",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "tokens"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "944d56dc-7e16-4bfc-be05-5604b699cc8d",
                                    "name": "Tokens retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d755b3a3-7a83-4807-8e9d-16b8ea1a635a",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "00c713b9-e989-46d7-9770-b5e62f44dcd6",
                                    "name": "Get token",
                                    "request": {
                                        "name": "Get token",
                                        "description": {
                                            "content": "Get token details including on-chain state",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tokens",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "28f8217f-ab14-4207-ba66-ba6d7b8f60ad",
                                            "name": "Token retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "b707bb55-aedc-46a1-8ff3-89939ec8d1de",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "eefbc5e8-7dae-4fe8-957b-066a907106f9",
                                            "name": "Token not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "allowance",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cfb26874-14e6-4717-8834-f7bf9b051dc6",
                                            "name": "Get allowance",
                                            "request": {
                                                "name": "Get allowance",
                                                "description": {
                                                    "content": "Query ERC-20 allowance for spender",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "allowance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "284db307-2c65-49c1-9f90-6fe4d24f7d57",
                                                    "name": "Allowance returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "allowance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "86d5f842-5fc8-4fd5-9246-96292e8c6428",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "allowance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "supply",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bf8137a0-5dbd-4d3b-90b7-fd155ea981a9",
                                            "name": "Get supply",
                                            "request": {
                                                "name": "Get supply",
                                                "description": {
                                                    "content": "Query total and max supply",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "supply"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "aed4bca5-a38b-4b90-8544-52fd4d451913",
                                                    "name": "Supply returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "supply"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4fc19443-67d2-4f66-bc35-f90a9a0c2d65",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "supply"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "nfts",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{nftTokenId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d981e0ef-e791-45a6-9e94-503910554103",
                                                    "name": "Get NFT",
                                                    "request": {
                                                        "name": "Get NFT",
                                                        "description": {
                                                            "content": "Get individual NFT details (ERC-721/1155)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "nfts",
                                                                ":nftTokenId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "nftTokenId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "44348e46-7995-4b22-a97a-e1d75d1f8228",
                                                            "name": "NFT retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "3eebfee1-e001-44c9-9927-fbac710c4144",
                                                            "name": "Invalid nftTokenId",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e2dc3ae0-7b80-49f0-a877-8eccea63d646",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "92b18cf2-d36b-422f-bcdb-72e21d59f76f",
                                                            "name": "NFT not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "metadata",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "6bfd62fa-23f5-492b-9c27-ad66edf4506d",
                                                            "name": "Set NFT metadata",
                                                            "request": {
                                                                "name": "Set NFT metadata",
                                                                "description": {
                                                                    "content": "Update NFT metadata URI",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId",
                                                                        "metadata"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "cdf318c1-6e1f-46e1-87da-adf84952e3bd",
                                                                    "name": "Metadata update transaction created",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "metadata"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "6de06b51-d9b7-47fa-9d59-ffbbaa9e8b31",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "metadata"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0a25de7a-6d0b-49de-8207-ba0e42d8a08f",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "metadata"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "royalty",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "e237892b-a6c5-44d8-8cdc-97aae91925e4",
                                                            "name": "Set token royalty",
                                                            "request": {
                                                                "name": "Set token royalty",
                                                                "description": {
                                                                    "content": "Set royalty for specific NFT",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":nftTokenId",
                                                                        "royalty"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "03e8fd55-c8db-4853-be90-e76fd8bb89cf",
                                                                    "name": "Token royalty set",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "royalty"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "a9a06328-862d-494f-bade-39676344abdb",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "royalty"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "f4af8606-14bd-4dff-b326-d9e25a0bec3a",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":nftTokenId",
                                                                                "royalty"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "nftTokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "id": "b666e63b-a683-4437-bd6d-aabd69cd8f8c",
                                            "name": "List NFTs",
                                            "request": {
                                                "name": "List NFTs",
                                                "description": {
                                                    "content": "List NFTs in a token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "nfts"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "aa999ffa-f102-4664-a84d-e5613198bd90",
                                                    "name": "NFTs retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "nfts"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b2f35003-270d-4473-be3f-504a2dfa5411",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "nfts"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{tokenId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "tba",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "9f9bb490-3f4c-4dcb-80c3-797fb15ed383",
                                                            "name": "Get TBA for NFT",
                                                            "request": {
                                                                "name": "Get TBA for NFT",
                                                                "description": {
                                                                    "content": "Get the Token Bound Account associated with a specific NFT",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "nfts",
                                                                        ":tokenId",
                                                                        "tba"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "tokenId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "16be73a8-8b8d-4644-8460-0ca7d8675eed",
                                                                    "name": "TBA retrieved",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":tokenId",
                                                                                "tba"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "tokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "d3fa2cd3-dec7-4314-9680-a5104203fd3f",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":tokenId",
                                                                                "tba"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "tokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "fbb25b69-fee0-4aff-bef3-fa07fd0eabfb",
                                                                    "name": "TBA not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "nfts",
                                                                                ":tokenId",
                                                                                "tba"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "tokenId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "locked",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{nftTokenId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "bbee5958-32e8-4da6-b37f-620a445ae0c1",
                                                    "name": "Get SBT lock status",
                                                    "request": {
                                                        "name": "Get SBT lock status",
                                                        "description": {
                                                            "content": "Check if an SBT (Soulbound Token / EIP-5192) is locked. Always returns true for existing tokens.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "locked",
                                                                ":nftTokenId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "nftTokenId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e6a43a5e-f7d1-41e2-ab52-36274ff47bbe",
                                                            "name": "Lock status retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "locked",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "23ce202b-f584-4456-a259-de8edb4b4d0a",
                                                            "name": "Invalid nftTokenId or not an SBT",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "locked",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "bf83e634-6d25-4151-b010-329efd4d5e84",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "locked",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "a2a6aa2d-8c92-4a94-ac6e-de738950f4fd",
                                                            "name": "Token not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "locked",
                                                                        ":nftTokenId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "nftTokenId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "pause",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "87416ff1-f8fb-408e-807b-4809302bcf7b",
                                            "name": "Pause token",
                                            "request": {
                                                "name": "Pause token",
                                                "description": {
                                                    "content": "Pause all transfers on the token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "pause"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1cba217b-5211-4a53-8481-4ee4d39c9364",
                                                    "name": "Token paused",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "pause"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "51036ffb-00da-4b0c-84f3-1ca2e9d19d46",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "pause"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "unpause",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1abaf29c-a1dd-4504-8c86-a8249282ac04",
                                            "name": "Unpause token",
                                            "request": {
                                                "name": "Unpause token",
                                                "description": {
                                                    "content": "Resume transfers on the token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "unpause"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "91f70d7c-ee87-46ba-97f7-ce5ad7c091b3",
                                                    "name": "Token unpaused",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unpause"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d73f4c9d-9aae-4831-b950-5bae4e317d50",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unpause"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "mint_batch",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a00e8de5-ade2-4e21-a156-eed2bfd1d609",
                                            "name": "Mint batch",
                                            "request": {
                                                "name": "Mint batch",
                                                "description": {
                                                    "content": "Batch mint ERC-1155 tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "mint_batch"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "056372ab-4d4f-41c1-b134-f83023ba6bb6",
                                                    "name": "Batch minted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4a745b5b-0b82-49fe-a7ad-47443c85d2e5",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "be5a9d5f-c806-4fe5-8d1c-f581c6a04f13",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_batch",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3fd32ebe-3c02-41ef-b151-05c78ee3d7d6",
                                            "name": "Transfer batch",
                                            "request": {
                                                "name": "Transfer batch",
                                                "description": {
                                                    "content": "Batch transfer ERC-1155 tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer_batch"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "649c3f54-dbdf-4d99-9b13-a0437d29f213",
                                                    "name": "Batch transferred",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "376c23f9-a989-45dd-9626-503af3b6fdaf",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "392636a4-8857-4d88-969c-06307aa85648",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "burn_batch",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "253f0604-1cc4-4190-96c2-6f09cc17b670",
                                            "name": "Burn batch",
                                            "request": {
                                                "name": "Burn batch",
                                                "description": {
                                                    "content": "Batch burn ERC-1155 tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "burn_batch"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b1da2353-f890-4c55-8fe6-20e4906830bc",
                                                    "name": "Batch burned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "148c5b66-fe80-4234-b5fc-7cda5d501501",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "cb34ec50-7c05-48c0-bd35-d52879fdfb7b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "balance",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "398085ff-b75d-440c-a787-ff596fe8f5d5",
                                            "name": "Get balance",
                                            "request": {
                                                "name": "Get balance",
                                                "description": {
                                                    "content": "Query token balance for address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "balance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a6286483-cf12-4505-8b32-fc7e7d9cf769",
                                                    "name": "Balance returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ca7d6098-2ce4-4f6b-8abb-10cb3b2aa15d",
                                                    "name": "Invalid nft_token_id",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a258684d-c606-4ea0-a590-730eeacc67a0",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "approved",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "29cac419-d369-411a-843a-d903b9415bb7",
                                            "name": "Get approved",
                                            "request": {
                                                "name": "Get approved",
                                                "description": {
                                                    "content": "Query approved address for NFT",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "approved"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "98b32c06-915a-4fac-b5fc-ffe6d2bfffe5",
                                                    "name": "Approved address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approved"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "fa24f77a-adc0-4efb-938f-3bdbd9de1c89",
                                                    "name": "Invalid nft_token_id",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approved"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dd17b559-213d-4ccf-853d-d476c64fa26c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approved"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "token_by_index",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "975ae804-4f46-494d-9f9d-56a7538f62fe",
                                            "name": "Get token by index",
                                            "request": {
                                                "name": "Get token by index",
                                                "description": {
                                                    "content": "Query the NFT token ID at a given index (ERC-721 Enumerable)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "token_by_index"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b1ebbbc1-4f91-4438-99f5-b17fa4c31757",
                                                    "name": "Token ID returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "205d2df4-ee5c-41a0-937e-3f1c8fe426e1",
                                                    "name": "Invalid index",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "978ee78b-a226-4e70-a4f0-a4334215c544",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "token_of_owner_by_index",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "160865dc-dae6-4458-aeb6-26b7cfaf08f3",
                                            "name": "Get token of owner by index",
                                            "request": {
                                                "name": "Get token of owner by index",
                                                "description": {
                                                    "content": "Query the NFT token ID owned by an address at a given index (ERC-721 Enumerable)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "token_of_owner_by_index"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "feabab26-17cb-4a40-b9c0-08fd29ae92c7",
                                                    "name": "Token ID returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_of_owner_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9a288f0e-7de5-4a9a-8950-fdadb8352bd8",
                                                    "name": "Invalid index",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_of_owner_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "73f86bf2-95be-4296-ad1e-131d3837018e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_of_owner_by_index"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "royalty_info",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e818b655-7fa9-40f5-be23-c8eeade71b11",
                                            "name": "Get royalty info",
                                            "request": {
                                                "name": "Get royalty info",
                                                "description": {
                                                    "content": "Query ERC-2981 royaltyInfo for a given token and sale price",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "royalty_info"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "7437bcb7-5ce5-4201-851e-a97a2479455a",
                                                    "name": "Royalty info returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e7c05e29-ba44-4d2f-828d-e41f0d86531d",
                                                    "name": "Invalid parameters",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5cee4a66-b0db-4777-8dfb-123492c3c791",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "approval_for_all",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6268e3d3-e8ef-4f15-87aa-40393bddf958",
                                            "name": "Check approval for all",
                                            "request": {
                                                "name": "Check approval for all",
                                                "description": {
                                                    "content": "Check if operator is approved for all tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "approval_for_all"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0f680ca1-1671-45e5-a280-142d0d94b2eb",
                                                    "name": "Approval status returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approval_for_all"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "18fdb219-dbf2-4071-8663-db8796da253f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approval_for_all"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "balance_batch",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0266ec03-afb2-4556-bb2e-8e6324588e3a",
                                            "name": "Get balance batch",
                                            "request": {
                                                "name": "Get balance batch",
                                                "description": {
                                                    "content": "Query batch balances (ERC-1155)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "balance_batch"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d8959a92-5ba7-495f-af71-b630e155c114",
                                                    "name": "Batch balances returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "balance_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8aa34871-9d37-4c70-a1eb-43b1362dd508",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "balance_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "token_uri",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a23392f1-4783-40ab-9ab3-ef5d7d01b64c",
                                            "name": "Get token URI",
                                            "request": {
                                                "name": "Get token URI",
                                                "description": {
                                                    "content": "Query NFT metadata URI",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "token_uri"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a4188517-74c5-4ff2-a013-f0995e469d6b",
                                                    "name": "Token URI returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f5c7f2b8-ba7e-4bca-b587-d15fad37e83e",
                                                    "name": "Invalid nft_token_id",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f6c0f92c-387a-4cf0-8f00-362a6538b0f6",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "token_exists",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3e6a34c4-0061-4ff9-8c66-afb669f25d04",
                                            "name": "Check token exists",
                                            "request": {
                                                "name": "Check token exists",
                                                "description": {
                                                    "content": "Check if ERC-1155 token ID exists",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "token_exists"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c8dd3bd0-38c4-4fd1-8fe7-fc8b4560cec2",
                                                    "name": "Token existence result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_exists"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "351ce3e0-9d71-4e7b-b437-e431818a5609",
                                                    "name": "Invalid nft_token_id",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_exists"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "148c04e9-0937-4957-9390-a1d769def4e1",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "token_exists"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_ownership",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7fdf4e07-a09e-46fa-b603-a98bd397feb3",
                                            "name": "Transfer ownership",
                                            "request": {
                                                "name": "Transfer ownership",
                                                "description": {
                                                    "content": "Transfer contract admin/ownership to a new address via the Factory",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer_ownership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"new_owner\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "db306645-f7c0-435e-a6e4-c9a32bc5eb81",
                                                    "name": "Ownership transfer queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"new_owner\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "cd3ef4f9-7dda-40cd-b1e7-53fab57bf2f6",
                                                    "name": "Invalid request or token not deployed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"new_owner\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0947f93d-ee00-42e9-a34d-b7d5a045da15",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"new_owner\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "bd99e211-1312-4ea0-b77c-a11cf5fd40cb",
                                                    "name": "Token not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"new_owner\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "grant_roles",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dbcc1ef6-8194-4cbb-8750-f6a109d58510",
                                            "name": "Grant roles",
                                            "request": {
                                                "name": "Grant roles",
                                                "description": {
                                                    "content": "Solady OwnableRoles: grant role bitmask to an address (admin only)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "grant_roles"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d5d8986a-d7d1-42e4-9ca9-4ae84b57633b",
                                                    "name": "Grant roles queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "grant_roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "revoke_roles",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e2dc11cd-ad02-4fe6-86ca-b92a634aabb4",
                                            "name": "Revoke roles",
                                            "request": {
                                                "name": "Revoke roles",
                                                "description": {
                                                    "content": "Solady OwnableRoles: revoke role bitmask from an address (admin only)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "revoke_roles"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9d1ab028-4b98-4183-b8be-2544cb94fce1",
                                                    "name": "Revoke roles queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "revoke_roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "request_ownership_handover",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a0036586-88ce-4f36-b424-e03671557105",
                                            "name": "Request ownership handover",
                                            "request": {
                                                "name": "Request ownership handover",
                                                "description": {
                                                    "content": "Solady Ownable 2-step: requester (new owner candidate) requests handover. Owner then accepts via complete_ownership_handover.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "request_ownership_handover"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "52506b0d-53a6-4590-ab0d-e64bbccd2a74",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "request_ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "cancel_ownership_handover",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a12905f2-2fdf-4213-bbe8-73b1933b109f",
                                            "name": "Cancel ownership handover",
                                            "request": {
                                                "name": "Cancel ownership handover",
                                                "description": {
                                                    "content": "Solady Ownable 2-step: requester cancels their handover request.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "cancel_ownership_handover"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "8a53a07f-ea09-4d32-b106-979630296cb4",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "cancel_ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "complete_ownership_handover",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a5483f9e-5685-4516-bdc3-2ce95edb7b85",
                                            "name": "Complete ownership handover",
                                            "request": {
                                                "name": "Complete ownership handover",
                                                "description": {
                                                    "content": "Solady Ownable 2-step: current owner accepts the handover request from `pending_owner`.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "complete_ownership_handover"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a47d39ab-bbf4-47f3-8890-2e9aa98ccf81",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "complete_ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "supports_interface",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "fae4ee40-6eb5-4e41-ae51-1e21f4ec6447",
                                            "name": "Check interface support",
                                            "request": {
                                                "name": "Check interface support",
                                                "description": {
                                                    "content": "Check if a deployed contract supports a specific interface (ERC-165)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "supports_interface"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5c2ad7a5-d22c-4d83-a0a0-b8ef8df9f9a4",
                                                    "name": "Interface support result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "supports_interface"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "37236d60-fcb5-4c9e-ba61-b3b63831bcf6",
                                                    "name": "Invalid interface_id",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "supports_interface"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8d97db88-df9c-4b04-84a0-f5e73adc8487",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "supports_interface"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "ownership_handover",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "398bc768-85a0-480f-81bd-79652e7089c6",
                                            "name": "Check ownership handover",
                                            "request": {
                                                "name": "Check ownership handover",
                                                "description": {
                                                    "content": "Check if a pending ownership handover exists and when it expires (Solady OwnableRoles only)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "ownership_handover"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "788ee4dd-13f1-4db8-b041-e5c7dae515ea",
                                                    "name": "Handover status returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0675c0e6-83ec-42c2-b136-c297ecef0002",
                                                    "name": "Not a Solady token or not deployed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eb54c8e5-884e-4379-b8b6-6cf1cc371442",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5b81785a-fa03-425f-89cc-c93a473db254",
                                                    "name": "Token not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "ownership_handover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "mint",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4e479902-f034-4952-ac54-b086df98622d",
                                            "name": "Mint tokens",
                                            "request": {
                                                "name": "Mint tokens",
                                                "description": {
                                                    "content": "Mint new tokens to an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "mint"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1de95111-f4dd-49b8-a0c6-248f33c558b0",
                                                    "name": "Mint transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "64f16316-ad74-4063-b02b-23f346fe008c",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5f0b3d35-fd25-4598-a30b-d182c74b6947",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6262699f-56aa-4019-8c94-d78f6526b4de",
                                            "name": "Transfer tokens",
                                            "request": {
                                                "name": "Transfer tokens",
                                                "description": {
                                                    "content": "Transfer tokens to an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4487f08d-a09d-4c19-a9fb-0c58a8b940e1",
                                                    "name": "Transfer transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0ec21642-92c3-4614-b313-a65901cfe54e",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "bd3865f7-1815-4081-9b11-2b2f45f7363e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "burn",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4be1836f-d56d-4599-a4f4-7c203d0e1edc",
                                            "name": "Burn tokens",
                                            "request": {
                                                "name": "Burn tokens",
                                                "description": {
                                                    "content": "Burn tokens from holder",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "burn"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "82b7983b-c047-46e9-9ff0-e49c10ccb226",
                                                    "name": "Burn transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4cb06532-a017-421a-a1db-659c67d186ca",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "32aad692-68f7-4d95-a35a-2f72576f3842",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "approve",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "eb6f2ed5-1bb6-4e83-b9d6-d6ac457716f5",
                                            "name": "Approve spender",
                                            "request": {
                                                "name": "Approve spender",
                                                "description": {
                                                    "content": "Approve an address to spend tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "approve"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4dcb8d85-8053-49d6-9061-de9be64a08aa",
                                                    "name": "Approve transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "44433e5a-56cf-4080-ad68-ddc529ad9ba5",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "01d0e95a-c290-4689-82bd-ba6ba8033f0f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_from",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e5cf01c3-a262-46ca-99e7-0c398bf86fab",
                                            "name": "Transfer from",
                                            "request": {
                                                "name": "Transfer from",
                                                "description": {
                                                    "content": "Transfer tokens using allowance",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer_from"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "58ad5925-ef07-4175-8e68-cf1e4e5c68a9",
                                                    "name": "TransferFrom transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c843bdaf-ce63-4d31-bc4f-1b25616a437b",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "55b44bc4-4991-422d-a763-a16d70037294",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_and_call",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ed6f60a1-c1fb-4c76-a668-a6796767a42a",
                                            "name": "Transfer and call",
                                            "request": {
                                                "name": "Transfer and call",
                                                "description": {
                                                    "content": "ERC-1363 transferAndCall — transfer tokens and notify receiver contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer_and_call"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "af22314b-6de2-458d-9dd0-04c79ff72203",
                                                    "name": "Transfer and call transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0bf63faa-1e7c-4d5e-8c6d-bd6db90dd9c5",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "22ab592b-8748-4cbc-b4fc-f3afad67192d",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_from_and_call",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "36320814-822a-4d1d-8959-7c10d21929b6",
                                            "name": "Transfer from and call",
                                            "request": {
                                                "name": "Transfer from and call",
                                                "description": {
                                                    "content": "ERC-1363 transferFromAndCall — transfer tokens on behalf and notify receiver contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "transfer_from_and_call"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "f9dec5c9-df34-4478-9382-ded1f1504881",
                                                    "name": "Transfer from and call transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8461afb1-a040-4f81-ae7a-0876f68d7865",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "193fedd1-ffe3-408e-95b2-66a1e8578ca4",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "transfer_from_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "approve_and_call",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5d75f850-696f-48fd-8a96-56985df34eab",
                                            "name": "Approve and call",
                                            "request": {
                                                "name": "Approve and call",
                                                "description": {
                                                    "content": "ERC-1363 approveAndCall — approve tokens and notify spender contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "approve_and_call"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "662bafcf-7fca-4c84-a72a-dab35931e222",
                                                    "name": "Approve and call transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a7bd5453-bf30-4da9-b1aa-e5e7f0a45b3e",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b5e1258f-02fc-4278-bbe3-447f7e30273e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "approve_and_call"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "permit2_transfer",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "458168c2-05c6-4b61-8878-08647439d76f",
                                            "name": "Permit2 transfer",
                                            "request": {
                                                "name": "Permit2 transfer",
                                                "description": {
                                                    "content": "Gasless ERC-20 transfer via Uniswap Permit2 — server signs off-chain, platform wallet relays on-chain (ERC20_SOLADY only)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "permit2_transfer"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "525c6dd4-65e3-4252-bca8-cceb51392c0a",
                                                    "name": "Permit2 transfer transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit2_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6c804172-c5a7-4f02-b86d-17a142fd01f2",
                                                    "name": "Invalid request or unsupported token standard",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit2_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4fe5fcd8-9877-4945-b661-5105229dcc8d",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit2_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "royalty",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bd9f84c2-e020-4c75-935b-939f184b1a0a",
                                            "name": "Set royalty",
                                            "request": {
                                                "name": "Set royalty",
                                                "description": {
                                                    "content": "Set default royalty for token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "royalty"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "55fdad8e-1d4c-49e7-acd1-001f65b9720b",
                                                    "name": "Royalty set transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c3c4e4c5-41a7-47ab-9665-e52233a2fa50",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1921757a-e58a-4ec5-bf7a-71f7543dbc8d",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "royalty"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "set_approval_for_all",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e7f46eaa-b9e7-4c14-a424-9cf8bd4244a0",
                                            "name": "Set approval for all",
                                            "request": {
                                                "name": "Set approval for all",
                                                "description": {
                                                    "content": "Approve/revoke operator for all tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "set_approval_for_all"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "588e9b5c-ccf1-4ba7-b51b-fd7c59060545",
                                                    "name": "Approval transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_approval_for_all"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6f2d88de-2a4d-43eb-90e5-b304e1cc602a",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_approval_for_all"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "fa5a0471-6c8b-4da3-81aa-a178270c4400",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_approval_for_all"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "burn_from",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "32c087e0-9584-4bad-b959-51e7f00bf754",
                                            "name": "Burn from",
                                            "request": {
                                                "name": "Burn from",
                                                "description": {
                                                    "content": "Burn tokens using allowance",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "burn_from"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d92e6cca-4ff7-491c-8339-1f60de107815",
                                                    "name": "BurnFrom transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f02f4b71-5e03-480f-91f3-ce40892c20ef",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1cc072ed-fc02-4052-92c6-d56d70884b8c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "burn_from"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "set_uri",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "00b7f7c8-2319-4e07-b846-40f21754740c",
                                            "name": "Set URI",
                                            "request": {
                                                "name": "Set URI",
                                                "description": {
                                                    "content": "Set base URI for ERC-1155",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "set_uri"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "f3879e0a-dce8-4e01-8185-3f5eab6393d4",
                                                    "name": "URI set",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8fc7370d-819b-4f82-8cef-4c3cc21fbae1",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9d422f47-d201-49eb-b89b-f1195a58a45b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "set_base_uri",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7a3aff95-a3aa-411d-9d4f-7eff14fd6bee",
                                            "name": "Set base URI",
                                            "request": {
                                                "name": "Set base URI",
                                                "description": {
                                                    "content": "Set base URI for ERC-721",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "set_base_uri"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "09021a13-2b4d-46d5-9d2a-cd2d7c81245a",
                                                    "name": "Base URI set",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_base_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d80f96d9-f673-46b9-a4e4-936cdc522aab",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_base_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9431e02a-d796-4757-8860-e32cff1ef23b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_base_uri"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "permit",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c99a5a05-87fc-4edd-b47b-e2d7dd66af7a",
                                            "name": "Permit (EIP-2612)",
                                            "request": {
                                                "name": "Permit (EIP-2612)",
                                                "description": {
                                                    "content": "Submit a signed EIP-2612 permit for gasless approval",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "permit"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0872765d-3c59-4e10-90d2-8f575693f8d3",
                                                    "name": "Permit transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "df66c7fb-b2bc-4cbd-8396-cc36df7723c4",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "49581cf6-1d4d-4b79-bd1b-ca45abb3011b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "permit_info",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3923cee3-0faf-47d3-a4e9-ee2a16f9945a",
                                            "name": "Permit info (EIP-2612)",
                                            "request": {
                                                "name": "Permit info (EIP-2612)",
                                                "description": {
                                                    "content": "Get nonce and domain separator for building EIP-2612 permit signatures",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "permit_info"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "owner",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e86330d2-d6bb-4228-b346-f43e1b906744",
                                                    "name": "Permit info returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "owner",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "cc7543c9-1375-48a9-a0e0-b8cdddcf1871",
                                                    "name": "Invalid request (not ERC20_SOLADY)",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "owner",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0edcb741-88f4-4a76-bcf2-56de7a858c97",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "permit_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "owner",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "compliance",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "check",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "57c9ab49-ea33-4718-a3fc-7b9c6e0802a1",
                                                    "name": "Check compliance",
                                                    "request": {
                                                        "name": "Check compliance",
                                                        "description": {
                                                            "content": "Check if a transfer is compliant with the token's compliance rules",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "compliance",
                                                                "check"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "cf723794-bd7e-4345-b517-df261c6f094d",
                                                            "name": "Compliance check result returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "compliance",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "ddeb51aa-7047-46c4-9bf8-6d3e17ff9731",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "compliance",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "ff1202fa-5d4a-4832-bafd-6c3f410e22ed",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "compliance",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "freeze",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "71037b19-23d7-4355-9339-1cc20f2194c0",
                                            "name": "Freeze address",
                                            "request": {
                                                "name": "Freeze address",
                                                "description": {
                                                    "content": "Freeze an investor address (T-REX)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "freeze"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4444eff4-454d-4c51-b6a4-79cc26ac2891",
                                                    "name": "Address frozen",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c946d6b5-2789-4e8a-b451-4302e78c553b",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ce024fa6-765f-4617-870b-ba71b423aea3",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "unfreeze",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ce490d59-aaaf-4410-9efd-60ddd0bd9ff8",
                                            "name": "Unfreeze address",
                                            "request": {
                                                "name": "Unfreeze address",
                                                "description": {
                                                    "content": "Unfreeze an investor address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "unfreeze"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4b095aa3-31c0-4bb9-bf70-09fb9e0358ff",
                                                    "name": "Address unfrozen",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "05247401-54b6-4d62-b922-30d277ff73e2",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "35f1ffb1-ad2f-4ceb-9187-8e9acb4e8e59",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "force_transfer",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1d928211-a051-4ccc-8b12-4d937c803b45",
                                            "name": "Force transfer",
                                            "request": {
                                                "name": "Force transfer",
                                                "description": {
                                                    "content": "Force transfer tokens between addresses (agent action)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "force_transfer"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "af443c69-6287-4df3-956a-67285e0d1e87",
                                                    "name": "Force transfer executed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "force_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b9e86eba-3ccb-4720-b003-42991c6ad4c5",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "force_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "52277767-b93a-4c5a-89bd-2f61275237de",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "force_transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "recover",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2006dc0e-cc80-4fed-a7e6-665f840e3e29",
                                            "name": "Recover tokens",
                                            "request": {
                                                "name": "Recover tokens",
                                                "description": {
                                                    "content": "Recover tokens from lost wallet to new wallet",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "recover"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a4b75171-e4cf-421d-a234-3f5de1a44376",
                                                    "name": "Tokens recovered",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "recover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e637afe9-3390-486e-8332-656ae6821e7d",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "recover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "22314736-cdea-4709-9d03-05810343835c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "recover"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "frozen",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ea8f35e6-0af5-42a2-b5da-b98d17c14bf4",
                                            "name": "Check frozen",
                                            "request": {
                                                "name": "Check frozen",
                                                "description": {
                                                    "content": "Check if an address is frozen",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "frozen"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "505812c0-0dc8-4d74-a143-29601d3ab6f6",
                                                    "name": "Frozen status returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "frozen"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1bc3ff89-1b76-4ab1-bab8-7cfa63374391",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "frozen"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "freeze_partial",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1e1a2482-525d-412e-ab90-533d35e0a68c",
                                            "name": "Freeze partial",
                                            "request": {
                                                "name": "Freeze partial",
                                                "description": {
                                                    "content": "Freeze a specific amount of tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "freeze_partial"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c3e0272b-c725-427b-96fe-91fe3138346a",
                                                    "name": "Partial freeze executed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "75d45596-d2c9-4dec-b28f-521133be35fd",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5e08a14d-1478-4737-8c68-3f78171f1513",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "freeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "unfreeze_partial",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "09b87e79-b69a-4b8e-a6d3-070f07e9411c",
                                            "name": "Unfreeze partial",
                                            "request": {
                                                "name": "Unfreeze partial",
                                                "description": {
                                                    "content": "Unfreeze a specific amount of tokens",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "unfreeze_partial"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5efa1e59-9feb-4881-8180-0659c68199ae",
                                                    "name": "Partial unfreeze executed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2e924f51-f468-435f-b98a-1202b7fe7346",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2591160c-0b0a-4146-bfee-c2ffd6b45be7",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "unfreeze_partial"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "set_identity_registry",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d5b9da09-72c1-40c7-93b8-ec55d7aacebe",
                                            "name": "Set identity registry",
                                            "request": {
                                                "name": "Set identity registry",
                                                "description": {
                                                    "content": "Set the identity registry contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "set_identity_registry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c7f4bf5d-b20a-454d-be43-f5a5df195aca",
                                                    "name": "Identity registry set",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_identity_registry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "55963eb1-c44d-44d6-8d62-2ee805131e3a",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_identity_registry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "275fb9e9-1b4f-46bd-933f-cd8d9cedcbfc",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_identity_registry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "set_compliance",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "abad49b6-1e0d-46a5-8835-4721e8753198",
                                            "name": "Set compliance",
                                            "request": {
                                                "name": "Set compliance",
                                                "description": {
                                                    "content": "Set the compliance contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "set_compliance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9a647918-5bb0-45c9-825a-864d9e640478",
                                                    "name": "Compliance contract set",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_compliance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e012ec46-1446-44c9-a67d-599ac71f7716",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_compliance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e59aa514-11c1-4a3b-a616-d02b35693991",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "set_compliance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "frozen_tokens",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1bcc0e0d-60d6-408b-893e-7b5d71fad7cd",
                                            "name": "Get frozen tokens",
                                            "request": {
                                                "name": "Get frozen tokens",
                                                "description": {
                                                    "content": "Get amount of frozen tokens for an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "frozen_tokens"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d25b0fa6-07db-4f6c-b73a-ca5259a83169",
                                                    "name": "Frozen tokens amount returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "frozen_tokens"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "774c7bee-5ae0-4c7b-a443-04cb5efa2e34",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "frozen_tokens"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "identity_registry",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "492e8503-9260-4f0e-974a-24c7d0f77b76",
                                            "name": "Get identity registry",
                                            "request": {
                                                "name": "Get identity registry",
                                                "description": {
                                                    "content": "Get the identity registry address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "identity_registry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d43504d7-a60d-491e-a08b-cc8d7663239d",
                                                    "name": "Identity registry address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "identity_registry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "63e9c410-6d19-40fa-ad46-3448eb5fc224",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "identity_registry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "compliance_info",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d042705-2ec7-4a18-ab52-e0cef50566e3",
                                            "name": "Get compliance info",
                                            "request": {
                                                "name": "Get compliance info",
                                                "description": {
                                                    "content": "Get the compliance contract address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "compliance_info"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c8c495c4-316f-4d77-af7d-b5f0338ff925",
                                                    "name": "Compliance info returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "compliance_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8d9dbb34-b3f0-4fb7-b951-224654f0b3c1",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "compliance_info"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "is_frozen",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "961acb95-9a3d-4f83-952e-3f31e2cc6f02",
                                            "name": "Check if frozen on-chain",
                                            "request": {
                                                "name": "Check if frozen on-chain",
                                                "description": {
                                                    "content": "Check if an address is frozen on-chain (real-time)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "is_frozen"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "bda155c8-fc71-41e5-90a7-f980dda6c73d",
                                                    "name": "Frozen status returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "is_frozen"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a87000de-0d19-4f32-8dba-3fc4fc56bc97",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "is_frozen"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "roles",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6f9d93d8-4eda-4884-9e7a-a7f39c74b01e",
                                            "name": "Grant role",
                                            "request": {
                                                "name": "Grant role",
                                                "description": {
                                                    "content": "Grant a role to an address on the token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "roles"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "f53b524f-d5eb-4ffe-b66e-760452b5076b",
                                                    "name": "Role granted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f70382a1-f94b-454f-af0d-791b90bc2afb",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d57ea6ac-8bdb-47c0-bee0-8e148027605f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "56f37b55-f9b9-4212-bb0d-2dffef7b3141",
                                            "name": "Revoke role",
                                            "request": {
                                                "name": "Revoke role",
                                                "description": {
                                                    "content": "Revoke a role from an address on the token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "roles"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b4625b11-a176-4aa1-84fa-192472c9243e",
                                                    "name": "Role revoked",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "bcfc2629-0c2d-46be-bf27-e0b7206f0175",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e405be18-4af8-4f0f-a3af-439e9a5ccbf4",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9a6ea4da-337f-4e7c-9cb9-e64c4571b197",
                                            "name": "List roles",
                                            "request": {
                                                "name": "List roles",
                                                "description": {
                                                    "content": "List all roles on the token contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        ":id",
                                                        "roles"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e54e12b0-115c-4ecb-b416-63233a04d922",
                                                    "name": "Roles retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2f8ce89c-ad0e-4be5-8156-8ce636c9834f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "admin",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "68aa56af-b4bf-4002-8aec-c7308cbb21d6",
                                                    "name": "Get role admin",
                                                    "request": {
                                                        "name": "Get role admin",
                                                        "description": {
                                                            "content": "Get the admin role for a specific role",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles",
                                                                "admin"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "fefd85db-5851-45c2-8f57-2aba396d014c",
                                                            "name": "Role admin retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "admin"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "6db9e7ef-a69b-4199-a26d-8083c4eda0c4",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "admin"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "check",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "57676f9f-8340-4c87-bb8c-6f40b76a029f",
                                                    "name": "Check role",
                                                    "request": {
                                                        "name": "Check role",
                                                        "description": {
                                                            "content": "Check if an address has a specific role on the token contract",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles",
                                                                "check"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "590122da-25fd-4862-9a90-713ca159cdbc",
                                                            "name": "Role check result",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "cc17897a-9970-4ca9-8fb2-4d6c3c6c7112",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "90b49b68-1452-442e-819c-d6d515bda00c",
                                                            "name": "Token not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "renounce",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "35905a4b-9b72-4e7f-8d83-20e17458b553",
                                                    "name": "Renounce role",
                                                    "request": {
                                                        "name": "Renounce role",
                                                        "description": {
                                                            "content": "Renounce a role from your own address",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles",
                                                                "renounce"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c801266a-a32a-4da0-9a54-44e48eb6c91f",
                                                            "name": "Role renounced",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "renounce"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "f0867d8c-25d2-4461-967e-27fa9b66f0bb",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "renounce"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "9d19b7c5-e5e9-4a11-a5de-2b3ce3c3b717",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "renounce"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "check_any",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ab0f1c37-bf4f-4801-95e4-40f51cb97746",
                                                    "name": "Check any role (Solady)",
                                                    "request": {
                                                        "name": "Check any role (Solady)",
                                                        "description": {
                                                            "content": "Check if an address has ANY of the specified roles (bitmap OR check, Solady only)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles",
                                                                "check_any"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f1c1978d-3494-45db-818b-7cba22ad7b02",
                                                            "name": "Role check result",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check_any"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "717bce0c-3071-4487-bf51-157c4b0c8169",
                                                            "name": "Not a Solady token",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check_any"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "09542c28-51a7-498b-bba1-eb4d2e12feec",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "check_any"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "solady",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{address}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "5aa469be-3387-4126-a5d8-074a57429bac",
                                                            "name": "Get Solady roles bitmap",
                                                            "request": {
                                                                "name": "Get Solady roles bitmap",
                                                                "description": {
                                                                    "content": "Get the full roles bitmap and decoded role names for a Solady token address",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        "solady",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "be9b78f0-b554-49e4-af74-481e68c58c3e",
                                                                    "name": "Solady roles retrieved",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "roles",
                                                                                "solady",
                                                                                ":address"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "1550b4e7-85c1-4d4e-8413-e005fd87b9c4",
                                                                    "name": "Not a Solady token",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "roles",
                                                                                "solady",
                                                                                ":address"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "cfbc50e8-5359-4882-a085-edb494354327",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "tokens",
                                                                                ":id",
                                                                                "roles",
                                                                                "solady",
                                                                                ":address"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{address}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ae34abf7-ad4c-4db7-8ece-3b54f45df41c",
                                                    "name": "Get address roles",
                                                    "request": {
                                                        "name": "Get address roles",
                                                        "description": {
                                                            "content": "Get all roles assigned to a specific address",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                ":id",
                                                                "roles",
                                                                ":address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "44895237-4b04-4276-a321-4f59c215bab9",
                                                            "name": "Address roles retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1e89edf7-0ec8-44d5-a4fe-410a0f13b1bb",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "393814da-73ea-4167-8ed9-0724ad706c35",
                                                            "name": "Token not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "tokens",
                                                                        ":id",
                                                                        "roles",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "factory",
                            "description": "",
                            "item": [
                                {
                                    "name": "total_deployed",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bd325b6c-fbfe-4c16-be8b-03885510a592",
                                            "name": "Get factory total deployed",
                                            "request": {
                                                "name": "Get factory total deployed",
                                                "description": {
                                                    "content": "Get the total number of contracts deployed by the factory on a network",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tokens",
                                                        "factory",
                                                        "total_deployed"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network_id",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "2bf0cd19-b3ad-4aa7-a4d7-a75ca75f6f26",
                                                    "name": "Total deployed count returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                "factory",
                                                                "total_deployed"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5e383245-ab16-4e68-b4a7-d602a62a79b2",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tokens",
                                                                "factory",
                                                                "total_deployed"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "webhook_endpoints",
                    "description": "",
                    "item": [
                        {
                            "id": "4fa75892-501d-4ba4-b05c-774bacf34512",
                            "name": "Create endpoint",
                            "request": {
                                "name": "Create endpoint",
                                "description": {
                                    "content": "Create a new webhook endpoint to receive event notifications",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "webhook_endpoints"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"token.force_transferred\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "5b852474-1b16-4fa2-ae6d-efb734f96684",
                                    "name": "Webhook endpoint created",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"token.force_transferred\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b9b6beed-1857-41ac-92c7-812048daf899",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"token.force_transferred\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d151039d-ad80-46d8-99b1-f9622955084c",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"token.force_transferred\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "411bcd0d-ebdf-45b5-890e-5942a0f8e855",
                            "name": "List endpoints",
                            "request": {
                                "name": "List endpoints",
                                "description": {
                                    "content": "List all webhook endpoints",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "webhook_endpoints"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3ef82812-859b-4335-8c9a-473c18039b23",
                                    "name": "Webhook endpoints retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b2789998-07a9-44a1-9e15-77b5f881207d",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "9a000a3f-d4b7-477d-879e-6737c1e2b1cf",
                                    "name": "Retrieve endpoint",
                                    "request": {
                                        "name": "Retrieve endpoint",
                                        "description": {
                                            "content": "Retrieve a webhook endpoint by ID",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "aee960d6-8ef6-448c-aef0-f350d43eb273",
                                            "name": "Webhook endpoint retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "ad525b4d-1c1f-430f-be5e-e482945152cc",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "fe96ab07-997b-41a7-9ab3-dfad6d809336",
                                            "name": "Endpoint not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "8299f90f-81b2-462e-a265-1c5f7a7d5ea2",
                                    "name": "Update endpoint (PUT — legacy)",
                                    "request": {
                                        "name": "Update endpoint (PUT — legacy)",
                                        "description": {
                                            "content": "DEPRECATED. Use POST /v1/webhook_endpoints/:id (Stripe convention).",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a70ec5fa-23d2-4666-8b3a-dcd3a00270dc",
                                            "name": "Webhook endpoint updated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "036008b4-b3c1-4f16-8c3b-d318103351bb",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "06998e26-2f56-49b1-a29e-7713f933edbc",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "0b158cd0-59f5-4edd-ae80-451c9cc68276",
                                            "name": "Endpoint not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "6f9802fa-16c7-4d54-8459-edfb68767f6d",
                                    "name": "Update endpoint",
                                    "request": {
                                        "name": "Update endpoint",
                                        "description": {
                                            "content": "Update a webhook endpoint (url, events, description, metadata) — Stripe-style POST.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "4898daf2-3b11-477a-807c-23b976d3a3b4",
                                            "name": "Webhook endpoint updated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "b42bc3f6-ef68-4a0f-a115-d73aee2bae90",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c73e2a51-4239-42e3-b54d-4ea6972c0458",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "06f9b9b7-ee11-4a30-8bf6-e816787994c2",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "82a21a1f-f318-477e-bfdf-c83c666d93a1",
                                            "name": "Endpoint not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"url\": \"<uri>\",\n  \"events\": \"vesting.deployed\",\n  \"description\": \"<string>\",\n  \"metadata\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3e68f3ce-8d96-40dd-af4e-161e2fdfc9bb",
                                    "name": "Delete endpoint",
                                    "request": {
                                        "name": "Delete endpoint",
                                        "description": {
                                            "content": "Delete a webhook endpoint",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_endpoints",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "799e07f3-e9c0-4e92-b0ff-64cf717324a1",
                                            "name": "Webhook endpoint deleted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "c938aaa4-18dc-4d97-9290-73b0999347ff",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "95b55270-f437-4788-a2d7-d070f2dbf6a5",
                                            "name": "Endpoint not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "deliveries",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ab39db46-88e0-4eaf-8bb7-788d45c8729d",
                                            "name": "List deliveries",
                                            "request": {
                                                "name": "List deliveries",
                                                "description": {
                                                    "content": "List webhook deliveries for an endpoint with filtering and pagination",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_endpoints",
                                                        ":id",
                                                        "deliveries"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by status (pending, delivered, failed)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Max results (1-100, default 25)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Cursor for pagination (delivery ID)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "starting_after",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "809a9e22-7db7-4566-bbb4-c50fa4cb2b3b",
                                                    "name": "Deliveries retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_endpoints",
                                                                ":id",
                                                                "deliveries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Filter by status (pending, delivered, failed)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Max results (1-100, default 25)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Cursor for pagination (delivery ID)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "starting_after",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5912a04a-beec-4574-9f21-6ad8fcfb7636",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_endpoints",
                                                                ":id",
                                                                "deliveries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Filter by status (pending, delivered, failed)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Max results (1-100, default 25)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Cursor for pagination (delivery ID)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "starting_after",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "cb549e67-72ea-4c87-ad17-194f577432e2",
                                                    "name": "Endpoint not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_endpoints",
                                                                ":id",
                                                                "deliveries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Filter by status (pending, delivered, failed)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "status",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Max results (1-100, default 25)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Cursor for pagination (delivery ID)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "starting_after",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "webhook_deliveries",
                    "description": "",
                    "item": [
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "name": "retry",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "de5fd7f7-d54f-4def-b78e-63fcea95ce81",
                                            "name": "Retry delivery",
                                            "request": {
                                                "name": "Retry delivery",
                                                "description": {
                                                    "content": "Re-enqueue a failed webhook delivery for retry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "webhook_deliveries",
                                                        ":id",
                                                        "retry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "POST",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0b0a5851-c33b-4652-847d-5cb00a5fc2f8",
                                                    "name": "Delivery retry enqueued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_deliveries",
                                                                ":id",
                                                                "retry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1a1723f8-5b5a-43db-9330-c1f88475405d",
                                                    "name": "Delivery not retryable",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_deliveries",
                                                                ":id",
                                                                "retry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4483f371-b91c-4b38-8797-8f0b2f7232be",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_deliveries",
                                                                ":id",
                                                                "retry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "97ffc3ef-f153-4de6-8445-e6ed10165a10",
                                                    "name": "Delivery not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "webhook_deliveries",
                                                                ":id",
                                                                "retry"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "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": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "webhook_events",
                    "description": "",
                    "item": [
                        {
                            "id": "e048b627-189c-4236-9d38-d4fd34f72d96",
                            "name": "List events",
                            "request": {
                                "name": "List events",
                                "description": {
                                    "content": "List webhook events dispatched for your tenant",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "webhook_events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by event type (e.g. token.deployed)",
                                                "type": "text/plain"
                                            },
                                            "key": "type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Max results (1-100, default 25)",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Cursor for pagination (event ID)",
                                                "type": "text/plain"
                                            },
                                            "key": "starting_after",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "833b1b4f-0d7e-4a7d-b509-91b9167c05be",
                                    "name": "Events retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_events"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by event type (e.g. token.deployed)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "type",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-100, default 25)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Cursor for pagination (event ID)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "starting_after",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "71edf852-3856-46eb-a042-b4b1f1d936b0",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "webhook_events"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by event type (e.g. token.deployed)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "type",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Max results (1-100, default 25)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Cursor for pagination (event ID)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "starting_after",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "tenant-features",
                    "description": "",
                    "item": [
                        {
                            "id": "4bee5158-9a2a-42da-974b-21891096ccb9",
                            "name": "List tenant features",
                            "request": {
                                "name": "List tenant features",
                                "description": {
                                    "content": "List self-service feature flags configured for the authenticated tenant.",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "tenant-features"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3c1b5b9d-b398-4c23-a8cf-34db5cce7ba1",
                                    "name": "Tenant features listed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tenant-features"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{feature}",
                            "description": "",
                            "item": [
                                {
                                    "id": "dd5a5e06-b217-482e-ae9a-5aa06101ae6f",
                                    "name": "Update feature (PUT legacy)",
                                    "request": {
                                        "name": "Update feature (PUT legacy)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tenant-features",
                                                ":feature"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "feature",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "3fd7b23d-2fe3-459c-adbf-2c693446093a",
                                            "name": "200",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tenant-features",
                                                        ":feature"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "feature"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "e87fadb1-6e8a-4d6b-bbfc-caaaa466865b",
                                    "name": "Update tenant feature",
                                    "request": {
                                        "name": "Update tenant feature",
                                        "description": {
                                            "content": "Enable or disable a supported feature flag for the authenticated tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tenant-features",
                                                ":feature"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "feature",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "67804e48-7edd-418a-8e20-26f9ebebfba0",
                                            "name": "Tenant feature updated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tenant-features",
                                                        ":feature"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "feature"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "60ffb37f-00fc-48c3-a0b8-23615c35a335",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tenant-features",
                                                        ":feature"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "feature"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7b39e308-e93a-4dbd-9174-335c25636b45",
                                            "name": "Invalid feature",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tenant-features",
                                                        ":feature"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "feature"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {}\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "transactions",
                    "description": "",
                    "item": [
                        {
                            "id": "11da53b6-ce0f-4084-9877-412a8fef9b40",
                            "name": "List transactions",
                            "request": {
                                "name": "List transactions",
                                "description": {
                                    "content": "List all transactions with pagination and filters",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "transactions"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "f8a51e8a-9837-44af-855a-9a43a266949a",
                                    "name": "Transactions retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "transactions"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "ad7eee45-df49-430e-84e5-dcc8a4bf18c5",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "transactions"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "8cd69459-3f83-4260-b01b-cad5c6a30459",
                                    "name": "Get transaction",
                                    "request": {
                                        "name": "Get transaction",
                                        "description": {
                                            "content": "Get transaction details and on-chain status",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "transactions",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "f87b2575-5c77-4c8f-81d5-4a2e1f8fb491",
                                            "name": "Transaction retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "transactions",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "c3bbdec2-62f8-49d4-a276-2ee183df68f5",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "transactions",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "5c19d7a4-c138-4e2b-b463-9994ee3982de",
                                            "name": "Transaction not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "transactions",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "billing",
                    "description": "",
                    "item": [
                        {
                            "name": "plans",
                            "description": "",
                            "item": [
                                {
                                    "id": "230278b2-69b3-4b1b-a505-4d6fb0f7b938",
                                    "name": "List plans",
                                    "request": {
                                        "name": "List plans",
                                        "description": {
                                            "content": "List available billing plans with fiat and crypto pricing",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "plans"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4e8f42d5-e32a-4709-ba1a-9cf00894a1f3",
                                            "name": "Plans retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "plans"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "checkout",
                            "description": "",
                            "item": [
                                {
                                    "id": "38de2d02-73af-4a49-9545-778476482659",
                                    "name": "Create Stripe checkout",
                                    "request": {
                                        "name": "Create Stripe checkout",
                                        "description": {
                                            "content": "Create a Stripe Checkout session for plan upgrade",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "checkout"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0a07e068-9f3b-4407-b3f4-fc1d667f48e4",
                                            "name": "Checkout session created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "07253d79-5d2c-4289-aa8a-4e24764b10f0",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "81e070e9-f352-4704-ae48-0a0344ab6ea7",
                                            "name": "Stripe not configured",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Service Unavailable",
                                            "code": 503,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "crypto_checkout",
                            "description": "",
                            "item": [
                                {
                                    "id": "bf88874a-c70e-437f-b7a3-fb80d99a9ba6",
                                    "name": "Create crypto checkout",
                                    "request": {
                                        "name": "Create crypto checkout",
                                        "description": {
                                            "content": "Create a crypto payment request (USDT/USDC)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "crypto_checkout"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b6150083-230e-4ff3-9037-181f84ec15df",
                                            "name": "Crypto checkout created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "crypto_checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "5de6831c-b3f8-4b86-8e89-77f24933b552",
                                            "name": "Crypto billing not configured",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "crypto_checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Service Unavailable",
                                            "code": 503,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6a145da5-58fa-40eb-becc-7c3fb716b0e0",
                                            "name": "Get crypto payment status",
                                            "request": {
                                                "name": "Get crypto payment status",
                                                "description": {
                                                    "content": "Check the status of a crypto payment",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "crypto_checkout",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4b70f848-37d9-4eae-82e0-75d37dd99206",
                                                    "name": "Payment status retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "billing",
                                                                "crypto_checkout",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dae12479-e168-405a-b3b4-d31b06f70995",
                                                    "name": "Payment not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "billing",
                                                                "crypto_checkout",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "activate",
                            "description": "",
                            "item": [
                                {
                                    "id": "9f674f73-f3a5-4a6a-bf37-16f82e8367b2",
                                    "name": "Manual plan activation",
                                    "request": {
                                        "name": "Manual plan activation",
                                        "description": {
                                            "content": "Activate a plan manually (requires admin secret)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "activate"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "62f3974a-954f-41b3-8834-d612ce9ce015",
                                            "name": "Plan activated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "activate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "77c49391-a653-454d-9ed9-13fbfc14a98c",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "activate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64e78a45-bbae-48d1-a266-bbde6dc7db81",
                                            "name": "Invalid admin secret",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "activate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "payments",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "confirm",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "693a9df0-f110-462b-834b-f55549fba8a2",
                                                    "name": "Confirm payment",
                                                    "request": {
                                                        "name": "Confirm payment",
                                                        "description": {
                                                            "content": "Confirm a crypto payment and activate the plan (requires admin secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "billing",
                                                                "payments",
                                                                ":id",
                                                                "confirm"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ab183230-ce63-4b4a-a237-7404a2dcc13c",
                                                            "name": "Payment confirmed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "billing",
                                                                        "payments",
                                                                        ":id",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "0ff9b973-d2ac-45f8-b28b-4e34ed8adfd8",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "billing",
                                                                        "payments",
                                                                        ":id",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c3cb73df-4abf-4529-9863-b1f43c2d89c4",
                                                            "name": "Invalid admin secret",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "billing",
                                                                        "payments",
                                                                        ":id",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "4795e83a-42f9-476f-94a8-d86175b54148",
                                                            "name": "Payment not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "billing",
                                                                        "payments",
                                                                        ":id",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "id": "2405a2c8-74b8-4757-867d-52c87dae9969",
                                    "name": "List payments",
                                    "request": {
                                        "name": "List payments",
                                        "description": {
                                            "content": "List billing payment history",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "payments"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f861e521-3be9-4f91-b6cc-d182755d5328",
                                            "name": "Payments retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "payments"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "admin",
                            "description": "",
                            "item": [
                                {
                                    "name": "payments",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "64518e5b-72be-415d-979c-c3e262db67cd",
                                            "name": "List all pending payments (admin)",
                                            "request": {
                                                "name": "List all pending payments (admin)",
                                                "description": {
                                                    "content": "List all pending payments across tenants (requires admin secret)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "admin",
                                                        "payments"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "72ba0c64-9900-4bd3-abca-43674e184b30",
                                                    "name": "Pending payments retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "billing",
                                                                "admin",
                                                                "payments"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "3d07d41e-562e-460d-a740-fdaf045e4f61",
                                                    "name": "Invalid admin secret",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "billing",
                                                                "admin",
                                                                "payments"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "subscription",
                            "description": "",
                            "item": [
                                {
                                    "id": "c53f38d4-3eb2-4ad6-a62d-692168b64018",
                                    "name": "Get subscription",
                                    "request": {
                                        "name": "Get subscription",
                                        "description": {
                                            "content": "Get current tenant subscription",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "subscription"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "352a4dc7-ceaa-46ed-b7d4-3f2892bddb96",
                                            "name": "Subscription retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "subscription"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "portal",
                            "description": "",
                            "item": [
                                {
                                    "id": "dfdef324-ae15-4133-a6c7-10aeed8ed877",
                                    "name": "Create portal session",
                                    "request": {
                                        "name": "Create portal session",
                                        "description": {
                                            "content": "Create Stripe Customer Portal session",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "portal"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b41d1128-d659-438e-96f3-06398b03c5d9",
                                            "name": "Portal session created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "portal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "85234d58-7bec-4798-b06a-bb4243794dc5",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "portal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "invoices",
                            "description": "",
                            "item": [
                                {
                                    "id": "7f3ee340-477e-48d9-883e-3b864aec738b",
                                    "name": "List invoices",
                                    "request": {
                                        "name": "List invoices",
                                        "description": {
                                            "content": "List Stripe invoices for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "invoices"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "149f25cf-2a87-4362-a316-f52de4aa4fd1",
                                            "name": "Invoices retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "invoices"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "usage",
                            "description": "",
                            "item": [
                                {
                                    "id": "08cc8ab8-b900-4b11-b5ec-4e75d39bd555",
                                    "name": "Get usage",
                                    "request": {
                                        "name": "Get usage",
                                        "description": {
                                            "content": "Get current billing usage for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "usage"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "db91845d-db60-4e7c-8e5d-5794a60d884f",
                                            "name": "Usage retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "usage"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "webhook",
                            "description": "",
                            "item": [
                                {
                                    "id": "4fc9ee15-439a-4fe4-8c0a-47a3c3129705",
                                    "name": "Stripe webhook",
                                    "request": {
                                        "name": "Stripe webhook",
                                        "description": {
                                            "content": "Handle Stripe webhook events",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "billing",
                                                "webhook"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "POST",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "fee50856-796a-4e65-8f77-d0e33ff1b88a",
                                            "name": "Webhook processed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "webhook"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "6d211c34-28d5-4e1c-a538-6bebf73131fb",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "billing",
                                                        "webhook"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "POST",
                                                "body": {}
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "price_feeds",
                    "description": "",
                    "item": [
                        {
                            "id": "404cfdee-15d8-400e-bd46-5a73efd139b9",
                            "name": "List price feeds",
                            "request": {
                                "name": "List price feeds",
                                "description": {
                                    "content": "List Chainlink price feeds available per network",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "price_feeds"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by network",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "0438e0ee-bf30-4629-8062-7b140034ef4d",
                                    "name": "Price feeds listed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "price_feeds"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by network",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "network",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "41ca49f5-bef5-4fb0-a286-e9431c2e8805",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "price_feeds"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by network",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "network",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{pair}",
                            "description": "",
                            "item": [
                                {
                                    "id": "68839ea8-35d9-4fbe-97ca-e78d76ca19c4",
                                    "name": "Get current price",
                                    "request": {
                                        "name": "Get current price",
                                        "description": {
                                            "content": "Get current price from Chainlink AggregatorV3",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "price_feeds",
                                                ":pair"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Network to query",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "network",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "pair",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a27480f2-cb36-44f2-8a13-6c20a862b283",
                                            "name": "Price data returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "0e34168c-2312-481d-8187-48b6563868e5",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "a09eaca6-069c-449d-abb2-ab9fdae2f4ce",
                                            "name": "Price feed not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "rounds",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "21b9442b-e65e-4f2f-94fe-9c23e191fc0f",
                                            "name": "Get price rounds",
                                            "request": {
                                                "name": "Get price rounds",
                                                "description": {
                                                    "content": "Get historical round data from Chainlink price feed",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair",
                                                        "rounds"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of past rounds to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "count",
                                                            "value": "<number>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "875f7dfd-95f2-48c3-a43b-17eb41d82647",
                                                    "name": "Round data returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "rounds"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Number of past rounds to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "count",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "069ea19c-7d7a-4fad-888d-7364a6b8fd81",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "rounds"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Number of past rounds to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "count",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e0194997-3d12-4df8-a4b9-d95d981b44cb",
                                                    "name": "Price feed not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "rounds"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Number of past rounds to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "count",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "config",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9186b93a-9039-45ad-8a08-69a4d846b7a6",
                                            "name": "Get price feed config",
                                            "request": {
                                                "name": "Get price feed config",
                                                "description": {
                                                    "content": "Get price feed consumer contract configuration",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair",
                                                        "config"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0f6e5c67-87c0-41e0-b56b-010486545d7f",
                                                    "name": "Price feed config returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "abb9574a-a3fa-4bba-8305-4b0b405615df",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "cb7e32df-28d8-43a9-9c8a-38e3ff76d6e3",
                                                    "name": "Price feed not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "max_age",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1f03ea3f-6b64-4957-b1fb-106edb822c87",
                                            "name": "Update price feed max age (PUT legacy)",
                                            "request": {
                                                "name": "Update price feed max age (PUT legacy)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair",
                                                        "max_age"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a55992b2-e620-4ec6-b82d-bef54682eae7",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "max_age"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "844e38b9-3cfd-4d09-b5fa-fc831f1096cd",
                                            "name": "Update price feed max age",
                                            "request": {
                                                "name": "Update price feed max age",
                                                "description": {
                                                    "content": "Update max age on price feed consumer contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        ":pair",
                                                        "max_age"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Network to query",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "network",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "pair",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "823c34a6-b155-448e-9d23-f2372cc0fc6d",
                                                    "name": "Max age update transaction created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "max_age"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e8a98311-0c90-4a00-b1c0-a396d7a4dc3e",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "max_age"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4d6e8a60-2340-407c-9769-192138ce05a6",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "max_age"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "adc51fe7-d04a-4b5e-9386-05863ecd64d1",
                                                    "name": "Price feed not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "price_feeds",
                                                                ":pair",
                                                                "max_age"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Network to query",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "network",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "pair"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "consumers",
                            "description": "",
                            "item": [
                                {
                                    "id": "7be0cb83-0e0c-4001-86d8-b403f27eb1c9",
                                    "name": "Deploy price feed consumer",
                                    "request": {
                                        "name": "Deploy price feed consumer",
                                        "description": {
                                            "content": "Deploy a new Chainlink PriceFeed consumer contract via Factory",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "price_feeds",
                                                "consumers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"network\": \"<string>\",\n  \"price_feed_address\": \"<string>\",\n  \"pair\": \"<string>\",\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "c386f75f-d7f3-494d-8bb9-a821ad82c76b",
                                            "name": "PriceFeed consumer deploy queued",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"price_feed_address\": \"<string>\",\n  \"pair\": \"<string>\",\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "71d67fee-f65a-4569-8312-f574aebcdb61",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"price_feed_address\": \"<string>\",\n  \"pair\": \"<string>\",\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "563da120-2e59-496c-84d6-ba165e58543c",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "price_feeds",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"price_feed_address\": \"<string>\",\n  \"pair\": \"<string>\",\n  \"max_age_seconds\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "vrf",
                    "description": "",
                    "item": [
                        {
                            "name": "requests",
                            "description": "",
                            "item": [
                                {
                                    "id": "166980af-6144-4673-873b-f08d9ad67708",
                                    "name": "Request VRF random words",
                                    "request": {
                                        "name": "Request VRF random words",
                                        "description": {
                                            "content": "Request verifiable random words via Chainlink VRF v2.5",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vrf",
                                                "requests"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"consumer_id\": \"<string>\",\n  \"num_words\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8f190b12-8047-468f-8888-3b44785f8126",
                                            "name": "VRF request created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "requests"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"consumer_id\": \"<string>\",\n  \"num_words\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "93426ba4-614f-45b1-ae32-e84ef8e42774",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "requests"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"consumer_id\": \"<string>\",\n  \"num_words\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "60619054-fc39-4da8-adbe-46b79126a62b",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "requests"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"consumer_id\": \"<string>\",\n  \"num_words\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "c9d4b754-899f-4cd1-a307-5b6cadfd58d9",
                                            "name": "Consumer not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "requests"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"consumer_id\": \"<string>\",\n  \"num_words\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5ca86c1d-1364-4fe3-bc73-5c3f2e77cf98",
                                            "name": "Get VRF request",
                                            "request": {
                                                "name": "Get VRF request",
                                                "description": {
                                                    "content": "Get VRF request status and random words",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "requests",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c35daaa7-b0e8-48be-b6f5-40ca1cbf4d4e",
                                                    "name": "VRF request retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "requests",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6044beda-552b-4823-aa80-da62552995ab",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "requests",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "454f7e5f-202c-49a5-a450-d6973f966e49",
                                                    "name": "VRF request not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "requests",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "result",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8a4173f6-fa5e-4fb1-85df-b02070a68aec",
                                                    "name": "Get VRF result",
                                                    "request": {
                                                        "name": "Get VRF result",
                                                        "description": {
                                                            "content": "Get random words result from on-chain VRF consumer",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "requests",
                                                                ":id",
                                                                "result"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "85a0dd07-891f-4950-9a2d-056b550a2122",
                                                            "name": "VRF result returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "requests",
                                                                        ":id",
                                                                        "result"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "05e8c56c-9282-4bcc-931d-2ba67d227786",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "requests",
                                                                        ":id",
                                                                        "result"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "eb092ed4-dfda-436d-80c6-d7606447339d",
                                                            "name": "VRF request not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "requests",
                                                                        ":id",
                                                                        "result"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "consumers",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "config",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "23be5982-89a7-41fc-8f7c-78e088fd615c",
                                                    "name": "Get VRF consumer config",
                                                    "request": {
                                                        "name": "Get VRF consumer config",
                                                        "description": {
                                                            "content": "Get VRF consumer contract configuration from chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "consumers",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e85af304-ac21-44ba-a68e-791587003505",
                                                            "name": "VRF consumer config returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "fd02f75c-b87f-4f10-9d1f-041db9da6614",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "7f518b1d-e736-4e72-896b-29962c95f11f",
                                                            "name": "Consumer not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "f2621cb8-7f7b-4768-a0a8-3528f4bbd504",
                                                    "name": "Update VRF config (PUT legacy)",
                                                    "request": {
                                                        "name": "Update VRF config (PUT legacy)",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "consumers",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "73f675a1-b09f-45a8-b9b3-7494c99606ae",
                                                            "name": "200",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "b263bcb9-323b-4a93-8c24-a04437a74abd",
                                                    "name": "Update VRF consumer config",
                                                    "request": {
                                                        "name": "Update VRF consumer config",
                                                        "description": {
                                                            "content": "Update VRF consumer contract configuration on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "consumers",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a70a6c1e-f87c-4279-90ae-b92c915946e3",
                                                            "name": "Config update transaction created",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "6548bb5f-2e15-4c42-bec0-9f190bf90ee0",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "034b271a-786b-4465-8f77-1f0045eb5eef",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1361629e-2113-4dee-aa3b-ee979846b9b2",
                                                            "name": "Consumer not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "config"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "request_id",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "33375ae9-86f7-4107-a429-0bf7e7d6c43a",
                                                    "name": "Get VRF request ID by index",
                                                    "request": {
                                                        "name": "Get VRF request ID by index",
                                                        "description": {
                                                            "content": "Get the on-chain request ID at a given index from the VRF consumer",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "consumers",
                                                                ":id",
                                                                "request_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "index",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "76d32a0f-9523-48e9-923d-159302100c58",
                                                            "name": "Request ID returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "request_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "index",
                                                                            "value": "<number>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "17ec5a8e-4d9e-4310-b4f1-b57f6f014e61",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "request_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "index",
                                                                            "value": "<number>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "requester",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "cb8de5b2-bf78-435d-863a-f7b48283846b",
                                                    "name": "Get VRF requester",
                                                    "request": {
                                                        "name": "Get VRF requester",
                                                        "description": {
                                                            "content": "Get the address that submitted a VRF request by request ID",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vrf",
                                                                "consumers",
                                                                ":id",
                                                                "requester"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "request_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "75544551-2df1-4fab-bd65-07b47d7c1adc",
                                                            "name": "Requester address returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "requester"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "request_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "60055f74-77af-4e29-93f9-8bd6b2a60463",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vrf",
                                                                        "consumers",
                                                                        ":id",
                                                                        "requester"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "request_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "id": "56ddc273-0f10-4a9e-8cc1-7461245af594",
                                    "name": "Deploy VRF consumer",
                                    "request": {
                                        "name": "Deploy VRF consumer",
                                        "description": {
                                            "content": "Deploy a new Chainlink VRF v2.5 consumer contract via Factory",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vrf",
                                                "consumers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"network\": \"<string>\",\n  \"vrf_coordinator\": \"<string>\",\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "3b3f2803-0c5e-405d-9e26-75d37757a02b",
                                            "name": "VRF consumer deploy queued",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"vrf_coordinator\": \"<string>\",\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "e9cae969-6857-4c6a-b6ab-caf50bb8bec7",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"vrf_coordinator\": \"<string>\",\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "9120293c-f493-428f-ba4f-53475826edc1",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "consumers"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "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  \"network\": \"<string>\",\n  \"vrf_coordinator\": \"<string>\",\n  \"key_hash\": \"<string>\",\n  \"subscription_id\": \"<string>\",\n  \"request_confirmations\": \"<number>\",\n  \"callback_gas_limit\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "fulfillment",
                            "description": "",
                            "item": [
                                {
                                    "id": "8f5c2a39-3e20-4619-b599-d65c543380ba",
                                    "name": "Notify VRF fulfillment",
                                    "request": {
                                        "name": "Notify VRF fulfillment",
                                        "description": {
                                            "content": "Push-based notification for VRF fulfillment. Immediately verifies on-chain and processes the result, bypassing the 30s polling delay.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vrf",
                                                "fulfillment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"request_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "078ed3c3-8424-49fa-858e-e8f6bb2d305d",
                                            "name": "Fulfillment processed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "fulfillment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"request_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "ea633a70-d1d2-40aa-90ff-6055d3f1f487",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "fulfillment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"request_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "34f5a32b-352b-40c5-a4bf-330c55a61b1d",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "fulfillment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"request_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "eabd0fbf-0143-46d1-a916-60340cde745a",
                                            "name": "VRF request not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vrf",
                                                        "fulfillment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"request_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "governance",
                    "description": "",
                    "item": [
                        {
                            "id": "3168091a-3704-42e0-87c7-261b68510ba2",
                            "name": "Deploy governance",
                            "request": {
                                "name": "Deploy governance",
                                "description": {
                                    "content": "Deploy a new Governor + Timelock governance system",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "governance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "d98d97f9-4227-47f3-b3ee-0adaee8d6b87",
                                    "name": "Governance deployed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "1b01792a-d35a-4329-866e-4d8afbc84dd7",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "c7bf2b22-052e-46f7-b3b1-a9a5a23f332b",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "5816171f-6a70-4dc3-b524-cb68a4ca984a",
                            "name": "List governance",
                            "request": {
                                "name": "List governance",
                                "description": {
                                    "content": "List all governance instances",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "governance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "db850a25-85da-4380-b2b9-0538b68a3076",
                                    "name": "Governance instances retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "549bc43f-e0a5-4b3c-a946-6a54226701b9",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "9c1d7f28-d67a-4a7f-bc11-3a44bf6e3cdd",
                                    "name": "Get governance",
                                    "request": {
                                        "name": "Get governance",
                                        "description": {
                                            "content": "Get governance instance details",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "governance",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "189d4f43-e545-40f2-8150-00497087d29a",
                                            "name": "Governance retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "642b727a-4717-4b53-8364-3f6a831fff6f",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "ec3fb94a-0041-4ce9-bf25-35452c93a43d",
                                            "name": "Governance not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "config",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "42663838-76b8-4710-aab5-c01e728c687e",
                                            "name": "Get governance config",
                                            "request": {
                                                "name": "Get governance config",
                                                "description": {
                                                    "content": "Get governance configuration parameters",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "config"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "cfca3e8f-9a58-4030-aede-319e9c45486f",
                                                    "name": "Config retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "78d8d075-52a7-4f86-8293-d02e85cac2c6",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "178013e4-327b-49d1-afc9-715da322d0f9",
                                                    "name": "Governance not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "config"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "votes",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e93a6319-b42d-4dcc-a546-cf5978ed0a87",
                                            "name": "Get voting power",
                                            "request": {
                                                "name": "Get voting power",
                                                "description": {
                                                    "content": "Get voting power for an address at a block number",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "votes"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "508374e1-dbab-4b80-a955-b0c9d804342f",
                                                    "name": "Voting power returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "votes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7034f10e-4392-49e3-bc82-80865fc1b43c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "votes"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "quorum",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b414f337-4901-49f3-a15e-95f431fec17d",
                                            "name": "Get quorum",
                                            "request": {
                                                "name": "Get quorum",
                                                "description": {
                                                    "content": "Get quorum requirement at a block number",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "quorum"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e66cd8f9-7c41-4491-83e3-bda2e4463a28",
                                                    "name": "Quorum returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "quorum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9f6c9d0d-8133-442f-bccb-07850781039d",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "quorum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "hash_proposal",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "188c3b02-5c0a-4a0a-ae73-673ba84e5829",
                                            "name": "Hash proposal",
                                            "request": {
                                                "name": "Hash proposal",
                                                "description": {
                                                    "content": "Compute the hash of a proposal",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "hash_proposal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5d0f08a4-b6db-4540-b0dd-4b4c911773a5",
                                                    "name": "Proposal hash returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "hash_proposal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b7a20a48-6529-43e1-bab2-821b01353c89",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "hash_proposal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "639ba50b-10b3-4c8e-8f7e-eff119541283",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "hash_proposal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "proposals",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0b128392-522d-471d-8832-6e7d39458196",
                                            "name": "Create proposal",
                                            "request": {
                                                "name": "Create proposal",
                                                "description": {
                                                    "content": "Create a new governance proposal",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "proposals"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "055c581d-ac06-4866-925b-debd9d8269b9",
                                                    "name": "Proposal created",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "208b1c74-a378-4fbe-b338-31f8a68f619f",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2e91bbc9-fee8-467b-90d7-2969b28ac3d5",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0d5c312a-5877-4a51-9a9c-63aaaad709eb",
                                            "name": "List proposals",
                                            "request": {
                                                "name": "List proposals",
                                                "description": {
                                                    "content": "List all proposals for a governance instance",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "proposals"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "12826268-bf74-4f42-8cff-8aa2fb36f2ae",
                                                    "name": "Proposals retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4b41d12f-9c17-4cd4-830e-15d76e7eea37",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{proposalId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "29bdbe9e-c8ac-4bc0-8621-322aada4260c",
                                                    "name": "Get proposal",
                                                    "request": {
                                                        "name": "Get proposal",
                                                        "description": {
                                                            "content": "Get proposal details by ID",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposals",
                                                                ":proposalId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "proposalId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "d707cd00-afb1-4dd9-a883-2612dbf4f67c",
                                                            "name": "Proposal retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "aab257ae-3420-48c2-a747-d3e08dc65b6b",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "eda726f0-3d43-4cf3-bf40-49d776dd29b1",
                                                            "name": "Proposal not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "state",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "9fd8f0fe-365c-46af-96ff-30f30a410764",
                                                            "name": "Get proposal state",
                                                            "request": {
                                                                "name": "Get proposal state",
                                                                "description": {
                                                                    "content": "Get the current state of a proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "state"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "54d81b59-409c-4f6c-92c9-489ea16747cf",
                                                                    "name": "Proposal state returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "state"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "39ccbd7d-ddb1-4b98-964e-416ee6b3143c",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "state"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "8417f252-049b-4e2c-8dba-13d86b93125a",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "state"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "eta",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "54264991-58e7-4e70-beb3-0b1067020ebc",
                                                            "name": "Get proposal ETA",
                                                            "request": {
                                                                "name": "Get proposal ETA",
                                                                "description": {
                                                                    "content": "Get the estimated time of availability for a proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "eta"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "033db25f-d26b-4528-8869-42d9dc62d1e4",
                                                                    "name": "Proposal ETA returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "eta"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "a0543cf8-3b19-4865-a88c-928dc6b032c2",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "eta"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "4c16c1c9-9c9b-43cd-9fe1-c7dd1ddbb238",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "eta"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "votes",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "97558498-0658-4879-8ce5-b5d782af4540",
                                                            "name": "Get proposal votes",
                                                            "request": {
                                                                "name": "Get proposal votes",
                                                                "description": {
                                                                    "content": "Get vote tallies (for/against/abstain) for a proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "votes"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "dcd5761a-c8be-486b-be18-ea4a794a65c9",
                                                                    "name": "Proposal votes returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "votes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0c65ee77-deb6-4d9d-ac56-e1171a7456af",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "votes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "f32cf86b-2130-446c-ad80-3128a1183da3",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "votes"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "has_voted",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2adcc6f9-6124-4a9e-a621-5708ca2a1211",
                                                            "name": "Has voted",
                                                            "request": {
                                                                "name": "Has voted",
                                                                "description": {
                                                                    "content": "Check if an address has voted on a proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "has_voted"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "1cb73a14-b1f5-4673-a7cc-90e1ee685ab5",
                                                                    "name": "Has voted check returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "has_voted"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "a5c6d58d-8bfc-4b6e-9481-c841d793cfd7",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "has_voted"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "ed645f4f-0972-451e-93a5-11eb9e199686",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "has_voted"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "deadline",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "b6a55d1d-fbde-4236-9275-d5e8a2952191",
                                                            "name": "Get proposal deadline",
                                                            "request": {
                                                                "name": "Get proposal deadline",
                                                                "description": {
                                                                    "content": "Get the block number deadline for a proposal vote",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "deadline"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "b8706162-d71e-4ea0-aeaa-8bf9ffd28de5",
                                                                    "name": "Proposal deadline returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "deadline"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "5f114395-29ef-4a6d-acb7-1acbc8da087e",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "deadline"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "390b065b-1d89-4aea-8d65-46ebfef5193d",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "deadline"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "snapshot",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c77088ee-5faf-47e2-88af-96aade478c19",
                                                            "name": "Get proposal snapshot",
                                                            "request": {
                                                                "name": "Get proposal snapshot",
                                                                "description": {
                                                                    "content": "Get the block number at which a proposal's voting snapshot was taken",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "snapshot"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "0c68d8c9-653b-4243-8409-ef376b58fe87",
                                                                    "name": "Proposal snapshot returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "snapshot"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "b9f5ea01-ee28-4212-a986-d7126b5d0b74",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "snapshot"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0e369496-a676-4eef-81a9-830d05c9a6c9",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "snapshot"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "vote",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "2aa4dad9-948a-4fb9-a068-ccfc55db4072",
                                                            "name": "Cast vote",
                                                            "request": {
                                                                "name": "Cast vote",
                                                                "description": {
                                                                    "content": "Cast a vote on a governance proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "vote"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "3fb81b05-67e3-47c9-8ac6-552bd180d836",
                                                                    "name": "Vote cast",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "bbc0cc11-5cda-4d3e-a35c-3f7853a71635",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0116ac78-7bed-42ca-997e-e161eeefd582",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "queue",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "673802ef-4673-4f88-97e0-43dfa72046da",
                                                            "name": "Queue proposal",
                                                            "request": {
                                                                "name": "Queue proposal",
                                                                "description": {
                                                                    "content": "Queue a successful proposal for execution",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "queue"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "140beb58-615a-4cc3-84a4-acdfcb69f3dc",
                                                                    "name": "Proposal queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "queue"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "84f94e21-05af-4761-8ad5-9cf212ba8b96",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "queue"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "ee76990e-a155-4d40-801b-ec80a8a4ab86",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "queue"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "execute",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7e325d86-7548-4f9d-b8c2-6ecd9f0caff1",
                                                            "name": "Execute proposal",
                                                            "request": {
                                                                "name": "Execute proposal",
                                                                "description": {
                                                                    "content": "Execute a queued proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "execute"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "5a91b585-938c-4a63-ae21-def7986d6dab",
                                                                    "name": "Proposal executed",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "be72dac7-a2cd-4933-bb5e-d4acb4f60763",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "4b74089a-3b2b-4d4a-8cde-6115993c64d5",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "cancel",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "46622e08-91c9-418d-885d-7c2a27bd3ade",
                                                            "name": "Cancel proposal",
                                                            "request": {
                                                                "name": "Cancel proposal",
                                                                "description": {
                                                                    "content": "Cancel a pending proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "dbc67239-9347-4e8c-b3a1-649900733371",
                                                                    "name": "Proposal cancelled",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "cancel"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "1cccb611-bea5-44c0-99f1-bfa331d071a0",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "cancel"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "b555a650-d17a-4554-bb3a-b7c8acbaa323",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "cancel"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "proposer",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "69c514a6-35a0-45eb-8625-792f215f47c1",
                                                            "name": "Get proposal proposer",
                                                            "request": {
                                                                "name": "Get proposal proposer",
                                                                "description": {
                                                                    "content": "Get the address of the account that created a proposal",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "proposer"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "c9cfe65f-630b-4226-be7f-13f7e3ce5119",
                                                                    "name": "Proposal proposer returned",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "proposer"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "670696fe-8f6d-4c42-b4a9-915d2b667a09",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "proposer"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "fe5a823e-fdee-42aa-a190-0f1c6a21dcfa",
                                                                    "name": "Proposal not found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "proposer"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "vote_by_sig",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "d38db0fd-3c55-49d0-abfe-2c2250869f79",
                                                            "name": "Cast vote by signature",
                                                            "request": {
                                                                "name": "Cast vote by signature",
                                                                "description": {
                                                                    "content": "Cast a vote using an EIP-712 signature",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "vote_by_sig"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "bd9fd975-427f-4a7a-ab5a-4258a086977b",
                                                                    "name": "Vote by sig queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "30eba7a0-27f0-405a-b1a8-eab1bdcd8e2b",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "18f569e8-ff66-4c9e-acbf-269a81af7c18",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "vote_with_params",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "65819f2c-622c-4535-9621-fbcc1dcb4076",
                                                            "name": "Cast vote with params",
                                                            "request": {
                                                                "name": "Cast vote with params",
                                                                "description": {
                                                                    "content": "Cast a vote with reason and additional parameters",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "vote_with_params"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "23eb5a72-9bb7-437c-a0cf-8ad017e02832",
                                                                    "name": "Vote with params queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "ddb0ac17-f3f2-4a88-9bbb-f457df570ade",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "761a8530-9220-4346-9d78-5d85858e6af2",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "vote_with_params_by_sig",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c407b00e-0bc0-4abd-8b5b-839e15e7f239",
                                                            "name": "Cast vote with params by sig",
                                                            "request": {
                                                                "name": "Cast vote with params by sig",
                                                                "description": {
                                                                    "content": "Cast a vote with reason, params, and EIP-712 signature",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "proposals",
                                                                        ":proposalId",
                                                                        "vote_with_params_by_sig"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "proposalId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "4e052939-880a-4571-8501-1afca477a45e",
                                                                    "name": "Vote with params by sig queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "19c21c91-bd31-4cad-8909-a99270b4b0e2",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "b2ba89cf-7282-49d6-b0f0-b5726c12ec4d",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "governance",
                                                                                ":id",
                                                                                "proposals",
                                                                                ":proposalId",
                                                                                "vote_with_params_by_sig"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "proposalId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "delegate",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bc285f7c-9a27-459f-a72b-37c441f0229d",
                                            "name": "Delegate voting power",
                                            "request": {
                                                "name": "Delegate voting power",
                                                "description": {
                                                    "content": "Delegate voting power to another address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "delegate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1a48c22b-8df0-484d-bfe0-127c5d73c1c8",
                                                    "name": "Voting power delegated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1cff5d30-f133-46c5-8f5d-23f122889ef9",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a2414594-da8b-44a3-8b91-c5c56d74f151",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "update_quorum",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1663a71f-d0b4-4db5-b6d6-14404e923484",
                                            "name": "Update quorum",
                                            "request": {
                                                "name": "Update quorum",
                                                "description": {
                                                    "content": "Update the quorum numerator on the Governor contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "update_quorum"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "dd797c66-ddb5-4dc5-b479-a2a8c595c0a5",
                                                    "name": "Quorum update queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "update_quorum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "93f1ba6e-a727-4d2b-bb55-6495e8ea7c99",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "update_quorum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9de838c3-37da-4c5f-9a69-44bc98a6dbec",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "update_quorum"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "proposal_threshold",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3b912e7b-aff2-4416-a186-8048da76e96f",
                                            "name": "Set proposal threshold",
                                            "request": {
                                                "name": "Set proposal threshold",
                                                "description": {
                                                    "content": "Update minimum voting power to create a proposal",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "proposal_threshold"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5a7402a0-41ac-4c9d-bbd8-7974c411853f",
                                                    "name": "Threshold update queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposal_threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "voting_delay",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0d950815-2826-4c36-bff7-a7f770af77f3",
                                            "name": "Set voting delay",
                                            "request": {
                                                "name": "Set voting delay",
                                                "description": {
                                                    "content": "Update blocks delay between proposal and voting start",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "voting_delay"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "78eccc71-018c-45e7-afcb-9bfbe579c022",
                                                    "name": "Voting delay update queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "voting_delay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "voting_period",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d57af377-a5c9-4a91-bca4-683e94572a05",
                                            "name": "Set voting period",
                                            "request": {
                                                "name": "Set voting period",
                                                "description": {
                                                    "content": "Update duration (in blocks) of voting period",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "voting_period"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "26ad986b-9568-4a54-a558-5bfd5232cfa6",
                                                    "name": "Voting period update queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "voting_period"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "timelock",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "367f7329-a707-4781-bd68-dd73fadbf7e0",
                                            "name": "Update timelock",
                                            "request": {
                                                "name": "Update timelock",
                                                "description": {
                                                    "content": "Update the TimelockController address used for execution delays",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "timelock"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "bfc80b0b-9f78-4df5-b87e-1411356858d3",
                                                    "name": "Timelock update queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "timelock"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "min_delay",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2e5b4762-e5ed-4af0-b03f-96c49748bc06",
                                                    "name": "Get timelock min delay",
                                                    "request": {
                                                        "name": "Get timelock min delay",
                                                        "description": {
                                                            "content": "Get the minimum delay of the timelock controller",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "timelock",
                                                                "min_delay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "cb02e322-7052-475d-8e4a-0f755797861c",
                                                            "name": "Min delay returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "min_delay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "c224ce17-a0b4-49d9-ad25-3f8758eda5ee",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "min_delay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "operation_state",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b6e0d12e-6b65-469c-8cbe-97faa377aa16",
                                                    "name": "Get timelock operation state",
                                                    "request": {
                                                        "name": "Get timelock operation state",
                                                        "description": {
                                                            "content": "Get the state of a timelock operation",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "timelock",
                                                                "operation_state"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b0c0ccc7-d66a-4db2-8427-76f51e8aa996",
                                                            "name": "Operation state returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "operation_state"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "00dfb90b-3c90-4c5c-bd8c-38144c525b5f",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "operation_state"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "hash_operation",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c7934bbc-9632-40b8-b2ae-a12ad35b6907",
                                                    "name": "Hash timelock operation",
                                                    "request": {
                                                        "name": "Hash timelock operation",
                                                        "description": {
                                                            "content": "Compute the hash of a timelock operation",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "timelock",
                                                                "hash_operation"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0597a2f2-2b5d-4f66-8186-f2d926542172",
                                                            "name": "Operation hash computed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "hash_operation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "215c67ed-cc2e-4636-9791-89ec9b67d12d",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "hash_operation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "hash_operation_batch",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a2fd5cc7-c846-43e3-9503-edc3b7e0b28b",
                                                    "name": "Hash timelock batch operation",
                                                    "request": {
                                                        "name": "Hash timelock batch operation",
                                                        "description": {
                                                            "content": "Compute the hash of a batch timelock operation",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "timelock",
                                                                "hash_operation_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "857313f2-b84b-4fbf-8707-d241940cf3ea",
                                                            "name": "Batch operation hash computed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "hash_operation_batch"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1e439800-36e6-43c7-a8d2-74f4eda30e6e",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "governance",
                                                                        ":id",
                                                                        "timelock",
                                                                        "hash_operation_batch"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "relay",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1293d52d-99f5-487a-9a9f-01f80fcc06a5",
                                            "name": "Relay call",
                                            "request": {
                                                "name": "Relay call",
                                                "description": {
                                                    "content": "Relay a call through the Governor (governance-controlled execution)",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "relay"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e79f949b-a2e8-4bfa-9110-a31bb1a56302",
                                                    "name": "Relay queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "relay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "924b133b-f7f4-4e7e-9f04-f47ad5fc6979",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "relay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "81f23e72-c560-4891-8a7d-e931e039af24",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "relay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "delegate_by_sig",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "39df17b0-1588-4d60-830c-8c525b176288",
                                            "name": "Delegate by signature",
                                            "request": {
                                                "name": "Delegate by signature",
                                                "description": {
                                                    "content": "Delegate voting power using an EIP-712 signature",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "delegate_by_sig"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "3b0709c3-ef26-4656-b009-4eea43299be8",
                                                    "name": "Delegate by sig queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate_by_sig"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "87451952-5ccc-4f94-9126-75525e94676b",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate_by_sig"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "31c787a7-b46b-4855-9376-8ad3cd5db24a",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegate_by_sig"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "delegates",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "eee0afea-297b-44cb-8625-dafe46c8ecce",
                                            "name": "Get delegate",
                                            "request": {
                                                "name": "Get delegate",
                                                "description": {
                                                    "content": "Get who an account has delegated voting power to",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "delegates"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c000ed64-7482-4b60-bc73-bd99586f12f6",
                                                    "name": "Delegate address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegates"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ca114167-bc6b-4a87-af74-f4ad8ea05cc5",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "delegates"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "past_total_supply",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f196779a-eada-4f59-b37e-9754afdcbdbf",
                                            "name": "Get past total supply",
                                            "request": {
                                                "name": "Get past total supply",
                                                "description": {
                                                    "content": "Get historical total voting supply at a specific block",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "past_total_supply"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "7d0948ac-0c5d-425d-b594-f37b043e7f78",
                                                    "name": "Past total supply returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "past_total_supply"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d5f24fa4-5b44-4e75-8229-4c1b548a886b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "past_total_supply"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "version",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "33added4-1ef0-4230-af1c-be074cf139cb",
                                            "name": "Get governor version",
                                            "request": {
                                                "name": "Get governor version",
                                                "description": {
                                                    "content": "Get the version string of the governor contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "version"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1aeaa64c-f799-4d30-81e4-0de1db4bea99",
                                                    "name": "Version returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "version"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "24ee8ae1-e417-4c51-9836-b32c137ef457",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "version"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "proposal_needs_queuing",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d9cac29-ec72-488d-ad32-3095f32d0298",
                                            "name": "Check if proposal needs queuing",
                                            "request": {
                                                "name": "Check if proposal needs queuing",
                                                "description": {
                                                    "content": "Check whether a proposal requires timelock queuing",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "proposal_needs_queuing"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "bafa5895-36ff-4409-bd6c-7871448d308e",
                                                    "name": "Queuing status returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposal_needs_queuing"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c8b9d24a-9781-481a-b0a4-c286f8e4a093",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "proposal_needs_queuing"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "votes_with_params",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cd01aa67-0343-4024-9119-84ff287a250c",
                                            "name": "Get votes with params",
                                            "request": {
                                                "name": "Get votes with params",
                                                "description": {
                                                    "content": "Get voting power with custom parameters",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "votes_with_params"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "31e5c75f-95a2-4764-8143-7a202a7ecfdb",
                                                    "name": "Votes returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "votes_with_params"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f2e8b969-8900-48aa-9ff4-4939d2ea3987",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "votes_with_params"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "counting_mode",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1851dec6-9ceb-4a25-9134-a78aac44c2c5",
                                            "name": "Get counting mode",
                                            "request": {
                                                "name": "Get counting mode",
                                                "description": {
                                                    "content": "Get the COUNTING_MODE string of the governor",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "counting_mode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b849e06a-9a89-4348-990f-739e514a2aba",
                                                    "name": "Counting mode returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "counting_mode"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ee3e762e-cca6-4c46-b41e-70016d7eb7ce",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "counting_mode"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "clock",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "92cdbe42-c2a3-4e3a-9ecd-35f2e2b1339f",
                                            "name": "Get governor clock",
                                            "request": {
                                                "name": "Get governor clock",
                                                "description": {
                                                    "content": "Get the current clock value and mode of the governor",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "clock"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a78305cf-daf6-4901-bd0c-1aed8c0b6635",
                                                    "name": "Clock value returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "clock"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dfd44952-22bc-42c8-936e-9a6e021ddd10",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "clock"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "num_checkpoints",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4cffa755-dd23-40f5-90e7-952c7d7e845b",
                                            "name": "Get number of checkpoints",
                                            "request": {
                                                "name": "Get number of checkpoints",
                                                "description": {
                                                    "content": "Get the number of voting checkpoints for an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "num_checkpoints"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "ea209b0b-f2b1-451a-9b77-c4d2badcbc7a",
                                                    "name": "Checkpoint count returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "num_checkpoints"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8d67f677-a853-4d5a-9b14-e987ac9e30c5",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "num_checkpoints"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "checkpoints",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d6b7430a-65df-4ddd-8cc5-8fae6cf71edd",
                                            "name": "Get checkpoint",
                                            "request": {
                                                "name": "Get checkpoint",
                                                "description": {
                                                    "content": "Get checkpoint data at a specific position for an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "governance",
                                                        ":id",
                                                        "checkpoints"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c1a6252f-8b48-44c5-b4be-5b2233b61364",
                                                    "name": "Checkpoint data returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "checkpoints"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dc4c2a23-fc9a-47c7-b48a-02c9fe287ceb",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "governance",
                                                                ":id",
                                                                "checkpoints"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "identities",
                    "description": "",
                    "item": [
                        {
                            "id": "2292976a-4790-41cc-b9b9-4a86f3498e10",
                            "name": "Create identity",
                            "request": {
                                "name": "Create identity",
                                "description": {
                                    "content": "Register a new identity for T-REX compliance",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "identities"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "b1585e06-2ef9-4277-894b-851f00591fa3",
                                    "name": "Identity created",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b12d3b81-f527-4821-b11c-764a925f8e66",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "93194657-f0b9-41f7-a11b-7ff985fb83b2",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "4bcb021b-4e83-4428-8f86-f22d9ad98d41",
                                    "name": "An identity is already registered for this address on this network",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Conflict",
                                    "code": 409,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "c1d4388d-e438-46af-bcd6-bcd12b8a19d2",
                            "name": "List identities",
                            "request": {
                                "name": "List identities",
                                "description": {
                                    "content": "List all registered identities",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "identities"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "4140b8fc-a3b3-4e51-ba68-e5015ff8023c",
                                    "name": "Identities retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "7a67b9e3-5496-49a2-b169-9d0c63fdcdd5",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "on_chain",
                            "description": "",
                            "item": [
                                {
                                    "name": "verify",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7cc3da5e-8d92-47c2-9be8-25820f2a6810",
                                            "name": "Verify identity on-chain",
                                            "request": {
                                                "name": "Verify identity on-chain",
                                                "description": {
                                                    "content": "Check if an address is verified in the identity registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "on_chain",
                                                        "verify"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0bd8d26d-36de-463a-99af-7ddfff6f3daf",
                                                    "name": "Verification result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "verify"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2bfa2674-417a-48a6-8911-ff64c072c665",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "verify"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "identity",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8b1af5a4-b005-404d-a1e0-027539932d0b",
                                            "name": "Get identity address on-chain",
                                            "request": {
                                                "name": "Get identity address on-chain",
                                                "description": {
                                                    "content": "Get the on-chain identity contract address for a wallet",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "on_chain",
                                                        "identity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5d8fd1c1-cbad-402c-8244-9283bfa753bb",
                                                    "name": "Identity address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "identity"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "651e63d7-dc1c-4f70-8b76-db8bfac6941c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "identity"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "country",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5401562a-6a99-468f-8a1f-15313cecb7c0",
                                            "name": "Get investor country on-chain",
                                            "request": {
                                                "name": "Get investor country on-chain",
                                                "description": {
                                                    "content": "Get the country code for an investor from the identity registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "on_chain",
                                                        "country"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "63de740d-7f2d-4c49-9bec-467f33ee09c5",
                                                    "name": "Country code returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "47132d1c-6d94-47d6-8464-0fe6c1837178",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "contains",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cbc72e29-68f6-4e82-9150-7296137187bd",
                                            "name": "Check identity registry contains",
                                            "request": {
                                                "name": "Check identity registry contains",
                                                "description": {
                                                    "content": "Check if an address is registered in the identity registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "on_chain",
                                                        "contains"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "6cbfa579-bbd9-408c-8f2a-0e1af6693f6d",
                                                    "name": "Contains check result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "contains"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "66d3b8c9-70f4-491b-885b-3674dc7aca58",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "contains"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "registry_addresses",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8e3b5268-ce4e-4dce-98a8-4b897ad71cb5",
                                            "name": "Get registry linked addresses",
                                            "request": {
                                                "name": "Get registry linked addresses",
                                                "description": {
                                                    "content": "Get the identity storage, issuers registry, and topics registry addresses from an identity registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "on_chain",
                                                        "registry_addresses"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "595be156-dd1b-4744-b19c-22a096950273",
                                                    "name": "Registry addresses returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "registry_addresses"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ba311de5-6614-45ad-85ab-4a90bf666bbf",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "on_chain",
                                                                "registry_addresses"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "storage",
                            "description": "",
                            "item": [
                                {
                                    "name": "bind",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "02cb0ec5-ad7e-4e60-a1c0-79e646e2b3d2",
                                            "name": "Bind identity registry",
                                            "request": {
                                                "name": "Bind identity registry",
                                                "description": {
                                                    "content": "Bind an IdentityRegistry to the IdentityRegistryStorage contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "storage",
                                                        "bind"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0de28629-ae60-4b35-b4a6-bd4abe429e92",
                                                    "name": "Bind transaction enqueued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "bind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "374ad869-b350-43ce-9f11-81cba1512ba8",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "bind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ddae252a-2348-484e-b350-4679f41b4e15",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "bind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "unbind",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c2860283-eb4d-4aea-bef5-bd361f51d61c",
                                            "name": "Unbind identity registry",
                                            "request": {
                                                "name": "Unbind identity registry",
                                                "description": {
                                                    "content": "Unbind an IdentityRegistry from the IdentityRegistryStorage contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "storage",
                                                        "unbind"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e822429f-ebc8-4431-a659-b219aeaa16bb",
                                                    "name": "Unbind transaction enqueued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "unbind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f1ff6e98-0311-4e27-b148-7fcc422d48ea",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "unbind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6ebee8fc-5045-4210-9065-88c7e2b941ff",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "unbind"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "linked_registries",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "323bcb99-6ddb-4753-98da-69da28cf155d",
                                            "name": "List linked registries",
                                            "request": {
                                                "name": "List linked registries",
                                                "description": {
                                                    "content": "List all IdentityRegistries bound to an IdentityRegistryStorage",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "storage",
                                                        "linked_registries"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "345e1fd7-6191-405e-bbfb-8cac25b35aa8",
                                                    "name": "Linked registries returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "linked_registries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "288fd7d9-2a7b-425f-a21b-36ff758a9c4f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "linked_registries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "identity",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2a05f5c0-a402-436e-916c-25bd719ffaeb",
                                            "name": "Get stored identity",
                                            "request": {
                                                "name": "Get stored identity",
                                                "description": {
                                                    "content": "Get the stored identity address from the IdentityRegistryStorage contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "storage",
                                                        "identity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "2407f3f9-a50f-4249-9adb-c36775849989",
                                                    "name": "Stored identity returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "identity"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "acf86f50-13d5-4330-9257-032840a18e84",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "identity"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "country",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "34f47d4e-0346-4b31-82e2-29c235f83f0f",
                                            "name": "Get stored investor country",
                                            "request": {
                                                "name": "Get stored investor country",
                                                "description": {
                                                    "content": "Get the stored investor country code from the IdentityRegistryStorage contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        "storage",
                                                        "country"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9008c059-b474-4510-804d-4822495ed92e",
                                                    "name": "Stored country returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "95475465-cfac-4d3f-85e1-5eeab3d339c3",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                "storage",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "d4e74a35-1b81-4fa0-be1b-5729202e3bd6",
                                    "name": "Get identity",
                                    "request": {
                                        "name": "Get identity",
                                        "description": {
                                            "content": "Get identity details by ID",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "3ce6089d-9a7c-44d8-a7bd-37fbb77a93c7",
                                            "name": "Identity retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "63b25ca0-33f4-4881-bd8d-e1cdafe49d85",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "43649d93-91e3-41a3-b01d-91598c630392",
                                            "name": "Identity not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "35981130-1934-420f-8fe9-000ecd773102",
                                    "name": "Delete identity",
                                    "request": {
                                        "name": "Delete identity",
                                        "description": {
                                            "content": "Remove an identity from the registry",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "3744fcaa-df92-473d-8134-393b217a8027",
                                            "name": "Identity deleted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "885fdaf9-3a47-475d-b355-d13df49981d4",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "932f6846-fd82-4c51-908c-e2de22b1ca15",
                                            "name": "Identity not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "5f5e6dd9-01f5-4d23-9e0a-f1f108366774",
                                    "name": "Update identity (PUT legacy)",
                                    "request": {
                                        "name": "Update identity (PUT legacy)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "de505712-b6ce-4588-a92a-67ab7a160443",
                                            "name": "200",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "02981260-6468-41ad-87a3-c3cf68085a08",
                                    "name": "Update identity",
                                    "request": {
                                        "name": "Update identity",
                                        "description": {
                                            "content": "Update an identity's on-chain address",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "identities",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "07cb84da-fe0e-4fd4-ad80-65196b5fe0b4",
                                            "name": "Identity updated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "a2a81351-1887-49c4-9a40-6416056dc360",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4a5fd4a5-0c92-41f7-8978-f433884c3e31",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d170e0ab-2930-4d77-a7f1-303891c2fc94",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "14cbf7bc-03a1-41f0-9081-b6ff998c6afb",
                                            "name": "Identity not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "country",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7fb4aad2-c1dd-474f-9c6a-b2ccc0f5d923",
                                            "name": "Update identity country (PATCH legacy)",
                                            "request": {
                                                "name": "Update identity country (PATCH legacy)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id",
                                                        "country"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "daef1ba3-ccc0-4daf-9ee9-aa523ea9f427",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ed0e7af8-5686-4dae-9f48-1b30f58a10a3",
                                            "name": "Update identity country",
                                            "request": {
                                                "name": "Update identity country",
                                                "description": {
                                                    "content": "Update the country code for an identity",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id",
                                                        "country"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a12d5eb3-9301-46f0-b79e-b675f34af8c5",
                                                    "name": "Country updated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "77af0566-5d97-4382-9398-fa26e7d0012d",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fefe661f-2cc0-49aa-a0f9-794ccaaff222",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "033ef0fb-9a8e-4bb8-9b66-b20fbd58a4b7",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6bb0f8c8-1be2-450c-b3d9-195ccd96fd71",
                                                    "name": "Identity not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "claims",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "232abd0d-cc2f-4ef7-8387-ad549090f44b",
                                            "name": "Add claim",
                                            "request": {
                                                "name": "Add claim",
                                                "description": {
                                                    "content": "Add a claim to an identity",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id",
                                                        "claims"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "de1e12fa-23c5-4d7e-bce5-582c1d6e8ab5",
                                                    "name": "Claim added",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "91b67387-2432-4f7d-b344-3db99fa7d064",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f110b678-5ccb-4e24-84b5-648e3841e679",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e8348176-56e1-4cfd-87ba-f02e5145bf13",
                                                    "name": "Identity not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9c8101ee-11e9-4c34-a073-503ae65ff61e",
                                            "name": "List claims",
                                            "request": {
                                                "name": "List claims",
                                                "description": {
                                                    "content": "List all claims for an identity",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "identities",
                                                        ":id",
                                                        "claims"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "cd139b8c-5946-41b2-8625-0004ea1ce2cc",
                                                    "name": "Claims retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d7a505ea-a3d2-4a6d-a281-4e4eb8f857df",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f8c70b99-751a-4b26-b0d4-443a3e30570b",
                                                    "name": "Identity not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{claimId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "aed47057-effc-4878-9097-e0fbb259bdcd",
                                                    "name": "Remove claim",
                                                    "request": {
                                                        "name": "Remove claim",
                                                        "description": {
                                                            "content": "Remove a claim from an identity",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "identities",
                                                                ":id",
                                                                "claims",
                                                                ":claimId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "claimId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "d9e7f17f-5c96-4c67-8122-868132508c9a",
                                                            "name": "Claim removed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "identities",
                                                                        ":id",
                                                                        "claims",
                                                                        ":claimId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "claimId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "d9e866b8-9e0e-4be1-9592-2a5590f1851b",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "identities",
                                                                        ":id",
                                                                        "claims",
                                                                        ":claimId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "claimId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "4090e97e-e207-4fec-91f5-460f86b9bd90",
                                                            "name": "Claim not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "identities",
                                                                        ":id",
                                                                        "claims",
                                                                        ":claimId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "claimId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "compliance",
                    "description": "",
                    "item": [
                        {
                            "name": "modules",
                            "description": "",
                            "item": [
                                {
                                    "id": "dc6f3647-46ec-4038-a8ca-727cf65c6824",
                                    "name": "Create compliance module",
                                    "request": {
                                        "name": "Create compliance module",
                                        "description": {
                                            "content": "Create a new T-REX compliance module",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "compliance",
                                                "modules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "36cba052-3c27-4715-80ca-853851d8dbd6",
                                            "name": "Compliance module created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "22e3cd27-30b5-4a0d-bbe6-3cc5ca3db656",
                                            "name": "Invalid request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "a675c823-46f5-49af-a206-3e2bb1ec62f5",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "40bfdb30-187b-4f87-97e7-82837db16fc3",
                                    "name": "List compliance modules",
                                    "request": {
                                        "name": "List compliance modules",
                                        "description": {
                                            "content": "List all compliance modules",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "compliance",
                                                "modules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "df18d545-bf60-4791-8ea6-15db089b12a4",
                                            "name": "Compliance modules retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "df3a0961-f0fd-46de-804f-921b6b5e4bf9",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "on_chain",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5dcde9f1-6c29-4dd6-817e-c75f942174e5",
                                            "name": "Get modules on-chain",
                                            "request": {
                                                "name": "Get modules on-chain",
                                                "description": {
                                                    "content": "Query compliance modules registered on-chain",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "95916d38-7bac-4e80-aad3-2a8644a018ae",
                                                    "name": "On-chain modules retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "on_chain"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9428a227-f61c-43ec-8d70-22500735ab35",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "on_chain"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "is_module_bound",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e5b52761-aca8-4d00-8c87-45e099f8da21",
                                            "name": "Check module bound",
                                            "request": {
                                                "name": "Check module bound",
                                                "description": {
                                                    "content": "Check if a compliance module is bound to a contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules",
                                                        "is_module_bound"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e42b3179-f7c1-42a2-a1a7-e6a64a91f40d",
                                                    "name": "Bound check result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "is_module_bound"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "06d2b592-b7bb-4aa0-80cd-810c765196dd",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "is_module_bound"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "is_token_bound",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "68f6c546-3360-4fd4-aa53-41bd8f335870",
                                            "name": "Check token bound",
                                            "request": {
                                                "name": "Check token bound",
                                                "description": {
                                                    "content": "Check if a token is bound to a compliance contract",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules",
                                                        "is_token_bound"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d342ffe0-bc94-4f04-b6af-3b662b53238b",
                                                    "name": "Bound check result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "is_token_bound"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8c657002-8b55-4382-955a-4d54ddfdf93e",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                "is_token_bound"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7e09cfc5-e0ba-49d5-abd9-9aeacdecf1ac",
                                            "name": "Get compliance module",
                                            "request": {
                                                "name": "Get compliance module",
                                                "description": {
                                                    "content": "Get compliance module details by ID",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "compliance",
                                                        "modules",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "20aa744a-8bd7-4b37-82c8-329ff4e42852",
                                                    "name": "Compliance module retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8e51fd91-87a3-4c30-b44b-f7bde9a90e6f",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d4676281-c4ba-45ad-9192-208b668a9175",
                                                    "name": "Module not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "rules",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2cc390b3-a17f-4f70-9f94-147274d63d04",
                                                    "name": "Add compliance rule",
                                                    "request": {
                                                        "name": "Add compliance rule",
                                                        "description": {
                                                            "content": "Add a rule to a compliance module",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "rules"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "019fc874-91a4-4563-929e-e2ea992b2056",
                                                            "name": "Rule added",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "rules"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "a9da0b97-4d6b-4b98-8c27-2c682a57214c",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "rules"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "5aa22ef0-0392-45dd-95db-7cd0739b9feb",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "rules"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "module",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7d228232-e9a6-450d-be35-92ced290b1bc",
                                                    "name": "Remove compliance module",
                                                    "request": {
                                                        "name": "Remove compliance module",
                                                        "description": {
                                                            "content": "Remove a compliance module on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "module"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "98aebfe3-e801-4d7f-862c-48f328cac3f6",
                                                            "name": "Module removed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "9ec0a7b9-b37e-4287-8c8f-dc6ada6385c9",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "6501c8e5-06b6-44be-9bfb-6f5ff6c31a7e",
                                                            "name": "Module not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "bind_token",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "ddfddd66-7bb7-4a6d-b178-442a1a533a07",
                                                    "name": "Bind token",
                                                    "request": {
                                                        "name": "Bind token",
                                                        "description": {
                                                            "content": "Bind a token to a compliance module",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "bind_token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e6ea87ab-5616-496b-b80e-10f1ccd1f435",
                                                            "name": "Token bound to module",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "bind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "78eb1679-eda8-425f-9a0a-47bbd4b2d030",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "bind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "56d91177-827f-46af-b4be-4e82a11f9ade",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "bind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "unbind_token",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d4e565db-d6fd-4791-af6a-22fc3f29fec6",
                                                    "name": "Unbind token",
                                                    "request": {
                                                        "name": "Unbind token",
                                                        "description": {
                                                            "content": "Unbind a token from a compliance module",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "unbind_token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0cba6ce4-c263-4b0b-8279-7d72194bbfc7",
                                                            "name": "Token unbound from module",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "unbind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "b0fafca6-0058-440f-a931-587d2a2dfabd",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "unbind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "6713aaa2-c469-417c-a613-a89c8dccccce",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "unbind_token"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_max_balance",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2370aa78-738b-4be2-9021-dbf60827aa1b",
                                                    "name": "Set max balance",
                                                    "request": {
                                                        "name": "Set max balance",
                                                        "description": {
                                                            "content": "Update the max balance parameter on a MaxBalanceModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_max_balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "23136ccd-bcb6-4e59-88dc-7246b14a7779",
                                                            "name": "Max balance update queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_max_balance"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "78d94f87-a2bc-4755-aa00-71404bb14ca6",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_max_balance"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "67b0550a-4f9e-4fa1-9490-84800257ee6c",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_max_balance"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_supply_limit",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f18dca74-a58b-4da4-a4c0-e9e057194f84",
                                                    "name": "Set supply limit",
                                                    "request": {
                                                        "name": "Set supply limit",
                                                        "description": {
                                                            "content": "Update the supply limit parameter on a SupplyLimitModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_supply_limit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6ef80161-b092-459e-b98b-332c360ef892",
                                                            "name": "Supply limit update queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_supply_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "6aaa4e26-25e5-422d-a958-be9c7eba47ec",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_supply_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "9dd26201-f0eb-4e85-8700-481edeca7f85",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_supply_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "add_country_restriction",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "0d4fe787-862c-47c0-a6f2-213e1a24c433",
                                                    "name": "Add country restriction",
                                                    "request": {
                                                        "name": "Add country restriction",
                                                        "description": {
                                                            "content": "Add a single country restriction on a CountryRestrictModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "add_country_restriction"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "af9ae572-3fc1-410a-9aae-36a6e2581923",
                                                            "name": "Country restriction queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "b9259cef-41ed-4afc-931b-d2bd1c92343b",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "fc5e3587-77a3-44ea-880f-c2c0781f4037",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "remove_country_restriction",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f8c9ed42-50d8-4c76-bbe2-9c37fa437c29",
                                                    "name": "Remove country restriction",
                                                    "request": {
                                                        "name": "Remove country restriction",
                                                        "description": {
                                                            "content": "Remove a country restriction from a CountryRestrictModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "remove_country_restriction"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f4f05100-e3f9-45cb-9165-eddfbbbde107",
                                                            "name": "Country unrestriction queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1bf69f9c-9b4a-4f86-be78-75450cd5f89e",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1fc00212-3d7e-40e3-b8f2-c695b12c1a03",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_country_restriction"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "batch_add_country_restrictions",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3c08dd9e-b3fe-450d-9ee4-f27c7404f910",
                                                    "name": "Batch add country restrictions",
                                                    "request": {
                                                        "name": "Batch add country restrictions",
                                                        "description": {
                                                            "content": "Add multiple country restrictions at once on a CountryRestrictModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "batch_add_country_restrictions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a66acc1c-2619-413e-927e-76883bc72c96",
                                                            "name": "Batch country restrictions queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "batch_add_country_restrictions"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "bf9dc772-ec15-4907-80c9-397ce8e0a2a7",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "batch_add_country_restrictions"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "0cc9fee1-40b0-46c2-a9df-dd03948af462",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "batch_add_country_restrictions"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "module_params",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b8c8ab49-5e80-4b90-be61-728e28e4df3b",
                                                    "name": "Get module params on-chain",
                                                    "request": {
                                                        "name": "Get module params on-chain",
                                                        "description": {
                                                            "content": "Read on-chain parameters of a compliance module (max_balance, supply_limit, restricted_countries)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "module_params"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1c1e48ab-5bc6-4067-a146-4740558b0143",
                                                            "name": "Module parameters returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module_params"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "76430319-c970-4d1e-a9e2-a7e2fdc234f9",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module_params"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "dacda122-b737-4295-a4ef-ad24a26de945",
                                                            "name": "Module not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "module_params"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "compliance_contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "aa446998-5555-4c1a-acfa-d781bbae1f62",
                                                    "name": "Get bound compliance contract",
                                                    "request": {
                                                        "name": "Get bound compliance contract",
                                                        "description": {
                                                            "content": "Get the ModularCompliance contract address this module is bound to",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "compliance_contract"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "99b178ee-4728-4ea3-9f6e-1ef6f460c47e",
                                                            "name": "Compliance contract address returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "compliance_contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e88638ba-9b1b-49d4-8f2d-ccc51257e546",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "compliance_contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "8275b006-9f2f-46eb-a20f-360182646623",
                                                            "name": "Module not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "compliance_contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_transfer_fees",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c0193989-b72f-48c6-aee8-0b145876472f",
                                                    "name": "Set transfer fees",
                                                    "request": {
                                                        "name": "Set transfer fees",
                                                        "description": {
                                                            "content": "Update fee rate (bps) and collector wallet on a TransferFeesModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_transfer_fees"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7ee84a0f-e9d8-4838-a30e-d318349f65df",
                                                            "name": "Transfer fee update queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_transfer_fees"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "09f0166d-ab3c-4e91-9885-daa6dc930d85",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_transfer_fees"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e4cd482a-c241-4a69-a0d9-2ab731631bfa",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_transfer_fees"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_time_transfer_limits",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "00628034-a5d0-48c3-b9d3-8b81e5ec7d45",
                                                    "name": "Set time transfer limits",
                                                    "request": {
                                                        "name": "Set time transfer limits",
                                                        "description": {
                                                            "content": "Set up to 4 {period_sec,max_amount} windows on a TimeTransfersLimitsModule (batch)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_time_transfer_limits"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "078fa58e-0105-45e1-afac-0e5b302f9d21",
                                                            "name": "Time transfer limits update queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_time_transfer_limits"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "9503e3ff-7d9a-4f78-b6e9-d8a0c4e8bdef",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_time_transfer_limits"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "a059fd34-c6f9-4d48-9b51-ba3bdde8fa8b",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_time_transfer_limits"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_exchange_monthly_limit",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "73125dea-74df-4eda-be7e-c0a358fafe1d",
                                                    "name": "Set exchange monthly limit",
                                                    "request": {
                                                        "name": "Set exchange monthly limit",
                                                        "description": {
                                                            "content": "Set monthly transfer cap toward an exchange ONCHAINID on an ExchangeMonthlyLimitsModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_exchange_monthly_limit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "691e6124-9c6d-4a3c-b9f6-ac0b5b8a964e",
                                                            "name": "Exchange monthly limit update queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_monthly_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "fa62b051-3202-4e5c-9e91-edc8337eef7b",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_monthly_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "c09d3027-50b8-481f-8176-38eab1714f38",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_monthly_limit"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "set_exchange_id",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d786e65b-47ef-4547-ad37-8a6bfa8efed5",
                                                    "name": "Tag/untag exchange ID",
                                                    "request": {
                                                        "name": "Tag/untag exchange ID",
                                                        "description": {
                                                            "content": "Add or remove an ONCHAINID as an exchange on an ExchangeMonthlyLimitsModule (owner-only)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "set_exchange_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7747c7d0-6e7c-47a3-bab8-cdb08a8383fd",
                                                            "name": "Exchange ID change queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "c6a856fd-40e3-4136-b3b5-3ff6a73e6b54",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e3106378-ac7b-4fae-a4ab-dce163ce4995",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "set_exchange_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "add_allowed_country",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "102cff92-b4c8-4f4c-a98d-83849a103967",
                                                    "name": "Add allowed country",
                                                    "request": {
                                                        "name": "Add allowed country",
                                                        "description": {
                                                            "content": "Whitelist an ISO 3166-1 country on a CountryAllowModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "add_allowed_country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6c386975-b88c-4f2e-b6ce-b7ac851f1cc5",
                                                            "name": "Allowed country queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "593aff52-ecc2-4eab-b2ad-dfe8016a5a50",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "eb0249f4-ead3-4a2b-a34f-ae3c410fb4c0",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "add_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "remove_allowed_country",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "870d0163-24a2-4cf3-87ad-bb1b255f6344",
                                                    "name": "Remove allowed country",
                                                    "request": {
                                                        "name": "Remove allowed country",
                                                        "description": {
                                                            "content": "Remove a country from whitelist on a CountryAllowModule",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "remove_allowed_country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ed472167-98be-4408-9cce-d66fdb0b0129",
                                                            "name": "Allowed country removal queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "b08a4c8a-af65-42c4-a88e-5eec7327e40a",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "85b8ad6e-d72f-47d5-a950-f00a078cd56d",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "remove_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "transfer_fees",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e1138593-f0a4-4f3a-8993-7e9b995d4e7d",
                                                    "name": "Get transfer fees",
                                                    "request": {
                                                        "name": "Get transfer fees",
                                                        "description": {
                                                            "content": "Read TransferFeesModule.getFee(compliance) on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "transfer_fees"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "175c7d6e-5134-4e94-a350-5574c810729c",
                                                            "name": "Transfer fees returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "transfer_fees"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "de3f64b7-7a29-43be-aa92-49c7b33c63fb",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "transfer_fees"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "time_transfer_limits",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "6a516f81-f5af-49a1-a694-9cbfd9f2dffa",
                                                    "name": "Get time transfer limits",
                                                    "request": {
                                                        "name": "Get time transfer limits",
                                                        "description": {
                                                            "content": "Read TimeTransfersLimitsModule.getTimeTransferLimits(compliance) on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "time_transfer_limits"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "fe839b6a-c1a6-4ec1-b2d3-bb8d365f8cdc",
                                                            "name": "Time transfer limits returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "time_transfer_limits"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "a66c0cba-bfb7-4a55-8dd3-8014ec63b9b7",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "time_transfer_limits"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "is_exchange_id",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "6bf8683b-66f6-4584-b86e-86631cee739f",
                                                    "name": "Check exchange ID",
                                                    "request": {
                                                        "name": "Check exchange ID",
                                                        "description": {
                                                            "content": "Read ExchangeMonthlyLimitsModule.isExchangeID(id) on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "is_exchange_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "54b07d75-7f7d-43c1-bf58-18d13aebec7a",
                                                            "name": "Exchange ID check returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "is_exchange_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "2de54134-b1b6-4864-9dc7-d215f5de4aff",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "is_exchange_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "is_allowed_country",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d79aa4d0-432d-45df-8316-70a1553109f3",
                                                    "name": "Check allowed country",
                                                    "request": {
                                                        "name": "Check allowed country",
                                                        "description": {
                                                            "content": "Read CountryAllowModule.isCountryAllowed(compliance,country) on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "compliance",
                                                                "modules",
                                                                ":id",
                                                                "is_allowed_country"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9a0b6868-d39a-45e9-9a52-4490abfda5fa",
                                                            "name": "Allowed country check returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "is_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "f4ffb1fb-1eaa-4129-af18-7e785ebbcae7",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "compliance",
                                                                        "modules",
                                                                        ":id",
                                                                        "is_allowed_country"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "trusted_issuers",
                    "description": "",
                    "item": [
                        {
                            "id": "d94a4c9b-3221-4695-8bfc-d99ec9226f48",
                            "name": "Create trusted issuer",
                            "request": {
                                "name": "Create trusted issuer",
                                "description": {
                                    "content": "Register a new trusted issuer for T-REX compliance",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "trusted_issuers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3b04da5c-a49f-4964-838a-92be2eca270e",
                                    "name": "Trusted issuer created",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d41265a7-427e-4ed9-8a84-ce11d1fca78b",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b9e7d983-5cdf-4046-9dda-cded07c14059",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "cd08cbcb-6e23-432c-9c8d-819759a3dc1f",
                            "name": "List trusted issuers",
                            "request": {
                                "name": "List trusted issuers",
                                "description": {
                                    "content": "List all registered trusted issuers",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "trusted_issuers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2376c5dc-16ec-4b16-b0ec-819a73f418f1",
                                    "name": "Trusted issuers retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "a50664c9-4b75-4706-b239-ec5822389e7d",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "on_chain",
                            "description": "",
                            "item": [
                                {
                                    "id": "0d19f589-44fe-458a-85fc-ce2b5cacddba",
                                    "name": "Get trusted issuers on-chain",
                                    "request": {
                                        "name": "Get trusted issuers on-chain",
                                        "description": {
                                            "content": "Query trusted issuers registered on-chain",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers",
                                                "on_chain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "51bc3e8b-f600-47d9-9fc7-4684ff60004e",
                                            "name": "On-chain trusted issuers retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "6d03aacc-4410-47ab-b733-253a5b153ed7",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "check",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a80c8f2a-3468-41d1-9612-8611daa1b304",
                                            "name": "Check trusted issuer",
                                            "request": {
                                                "name": "Check trusted issuer",
                                                "description": {
                                                    "content": "Check if an address is a trusted issuer on-chain",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        "on_chain",
                                                        "check"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b092dc9e-9a23-449c-968d-660731b48609",
                                                    "name": "Check result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "check"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "248811d7-92b4-4ea9-b10f-bd853b6610be",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "check"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "claim_topics",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "321a000b-9f06-48b2-a7f6-1381093612ea",
                                            "name": "Get issuer claim topics",
                                            "request": {
                                                "name": "Get issuer claim topics",
                                                "description": {
                                                    "content": "Get claim topics for a trusted issuer on-chain",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        "on_chain",
                                                        "claim_topics"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e1e8a2af-18d2-412a-814e-fb2e5d0a16be",
                                                    "name": "Issuer claim topics retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4786b307-a9cb-4e6c-bca8-8aa3c7313154",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "has_claim_topic",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6d3af50f-dc5f-4a15-821c-022bc5ffb97b",
                                            "name": "Check issuer has claim topic",
                                            "request": {
                                                "name": "Check issuer has claim topic",
                                                "description": {
                                                    "content": "Check if a trusted issuer has a specific claim topic",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        "on_chain",
                                                        "has_claim_topic"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d04ea0e3-a1c3-47d0-bca0-eefbba5b937d",
                                                    "name": "Check result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "has_claim_topic"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "20805094-56bf-4465-92db-18515e73039b",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                "on_chain",
                                                                "has_claim_topic"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "name": "claim_topics",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "190a2814-4361-46a0-a9b6-a330ef6d3d79",
                                            "name": "Update issuer claim topics (PUT legacy)",
                                            "request": {
                                                "name": "Update issuer claim topics (PUT legacy)",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        ":id",
                                                        "claim_topics"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d6026617-7dc8-4a6c-a8b3-f150575f02c1",
                                                    "name": "200",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0d7ccf13-17db-4a03-a6cb-7f1e312b7884",
                                            "name": "Update issuer claim topics",
                                            "request": {
                                                "name": "Update issuer claim topics",
                                                "description": {
                                                    "content": "Update claim topics for a trusted issuer",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        ":id",
                                                        "claim_topics"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9c21288d-77f3-44d7-a827-89fd16007741",
                                                    "name": "Claim topics updated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ea9fd7ea-d1bc-4a35-8763-9c3b18ba7279",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6a04e782-2704-4df6-9599-e75f2c2e0f99",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "81bf0e5b-eee3-44d7-9e8b-5e249e8a2d19",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d0a56d24-348f-4042-9098-23c744ce5947",
                                                    "name": "Trusted issuer not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "trusted_issuers",
                                                                ":id",
                                                                "claim_topics"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "f13fb946-c74b-47d0-b3d2-d127f7a3f33c",
                                    "name": "Delete trusted issuer",
                                    "request": {
                                        "name": "Delete trusted issuer",
                                        "description": {
                                            "content": "Remove a trusted issuer",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "trusted_issuers",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "52aae553-4f82-4b9a-bbe0-4f5bfecb2677",
                                            "name": "Trusted issuer deleted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d280dca1-630a-4079-b983-96e14e60f3f1",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "c3a00a0d-ec6d-4230-9897-3ffd277e0a7c",
                                            "name": "Trusted issuer not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "trusted_issuers",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "claim_topics",
                    "description": "",
                    "item": [
                        {
                            "id": "89a01258-690e-4b23-958f-7cb5c360054d",
                            "name": "Create claim topic",
                            "request": {
                                "name": "Create claim topic",
                                "description": {
                                    "content": "Create a new claim topic for T-REX compliance",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "claim_topics"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2fde41c5-1d37-45e0-91ab-da20b2d6b44f",
                                    "name": "Claim topic created",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "ee968743-3a4d-441a-91bc-d2822cb48a9f",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "6ebd58a6-9536-4a50-9841-e6b918c79f72",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "bb819794-e2b8-4014-842f-ca5f1f6ad43e",
                            "name": "List claim topics",
                            "request": {
                                "name": "List claim topics",
                                "description": {
                                    "content": "List all claim topics",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "claim_topics"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "f4ae4fc4-e706-4970-9ca8-8f76d1749728",
                                    "name": "Claim topics retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "c7725389-83aa-4fcb-bcef-e624e2cfd8ad",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "on_chain",
                            "description": "",
                            "item": [
                                {
                                    "id": "8f05640a-fa85-404b-a0d7-a7432ce12998",
                                    "name": "Get claim topics on-chain",
                                    "request": {
                                        "name": "Get claim topics on-chain",
                                        "description": {
                                            "content": "Query claim topics registered on-chain",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics",
                                                "on_chain"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "3f0543d8-c93a-4b24-8616-384d3e1b8288",
                                            "name": "On-chain claim topics retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "claim_topics",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "8ed8d192-4ce2-4369-adeb-82bf830e4b4a",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "claim_topics",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "{topicId}",
                            "description": "",
                            "item": [
                                {
                                    "id": "a7734295-25c4-4573-acfc-db2165d73b62",
                                    "name": "Delete claim topic",
                                    "request": {
                                        "name": "Delete claim topic",
                                        "description": {
                                            "content": "Delete a claim topic",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "claim_topics",
                                                ":topicId"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "topicId",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "5b0e4ae4-6516-4f23-a226-11120d4014c4",
                                            "name": "Claim topic deleted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "claim_topics",
                                                        ":topicId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "topicId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "654c31ef-132f-4930-9acb-577b4675a2c3",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "claim_topics",
                                                        ":topicId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "topicId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "3d108935-cde1-4100-a21e-7184bb58dac1",
                                            "name": "Claim topic not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "claim_topics",
                                                        ":topicId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "topicId"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "vesting",
                    "description": "",
                    "item": [
                        {
                            "id": "d39f3f24-7ac2-46de-8b8a-5408d21e27f4",
                            "name": "Deploy vesting",
                            "request": {
                                "name": "Deploy vesting",
                                "description": {
                                    "content": "Deploy a new vesting schedule contract",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "vesting"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "9db02d1b-f93c-4adc-87a4-14b0a4ab51b0",
                                    "name": "Vesting schedule deployed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "be68eb6a-bb89-42d5-a172-e0040deb9f51",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "82533938-e3ed-4ea1-bfa3-a1933d020553",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "940f3691-565e-4f41-9c7a-fb2480f23736",
                            "name": "List vesting",
                            "request": {
                                "name": "List vesting",
                                "description": {
                                    "content": "List all vesting schedules",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "vesting"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "61e53f22-edce-4323-9e0e-b66178a957ac",
                                    "name": "Vesting schedules retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "71ef499e-a9de-4067-8020-6ad35ab27acd",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "da8d685a-a4a6-4fd0-bdab-efe4345f26b1",
                                    "name": "Get vesting",
                                    "request": {
                                        "name": "Get vesting",
                                        "description": {
                                            "content": "Get vesting schedule details",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vesting",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "d677c20c-aa0e-4a34-b75b-3650bc562d89",
                                            "name": "Vesting schedule retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "6f64250d-5db8-4093-97de-daf3680546ca",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "c7c75f46-b6c1-43b1-b97a-f2625b2897a6",
                                            "name": "Vesting schedule not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "vested",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3cca9e2b-9fd9-4de0-966f-a8155d5ce5a9",
                                            "name": "Get vested amount",
                                            "request": {
                                                "name": "Get vested amount",
                                                "description": {
                                                    "content": "Get vested amount at a specific timestamp",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id",
                                                        "vested"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "08500be0-ce16-48b8-8033-9cedc50db1f1",
                                                    "name": "Vested amount retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "vested"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "953d3b52-9e56-4921-906f-701d0538d277",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "vested"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eb725f1a-6904-4239-8611-f79664e4ba50",
                                                    "name": "Vesting schedule not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "vested"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "release",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "014838a8-d472-483a-b456-fd9da1e0ecd2",
                                            "name": "Release vested tokens",
                                            "request": {
                                                "name": "Release vested tokens",
                                                "description": {
                                                    "content": "Release vested tokens to the beneficiary",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id",
                                                        "release"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "dac42364-6f80-44e9-ae5c-a17b9699240e",
                                                    "name": "Tokens released successfully",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "release"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "afd5c910-94fc-4758-af26-25209b9c5b64",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "release"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4e330588-de71-4342-803b-3741f0c029ee",
                                                    "name": "Vesting schedule not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "release"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "on_chain",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e00e2358-51b7-417c-ae56-d782ebe0f3cd",
                                            "name": "Get vesting on-chain state",
                                            "request": {
                                                "name": "Get vesting on-chain state",
                                                "description": {
                                                    "content": "Get all on-chain vesting parameters including cliff and token",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id",
                                                        "on_chain"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "bc12c059-879c-4c3d-a776-fde510cebb2c",
                                                    "name": "Vesting on-chain state retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "on_chain"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "419750ea-8209-4631-887a-7ca615b78c17",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "on_chain"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7ffead68-67e2-457d-b64e-841f6b87da1f",
                                                    "name": "Vesting schedule not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "on_chain"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "transfer_ownership",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "3495a0fa-633d-439b-9fcc-5878ece6d68d",
                                            "name": "Transfer vesting ownership",
                                            "request": {
                                                "name": "Transfer vesting ownership",
                                                "description": {
                                                    "content": "Transfer ownership of the vesting contract to a new address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vesting",
                                                        ":id",
                                                        "transfer_ownership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5401e5a9-aea4-4e9b-8af3-c534209e4615",
                                                    "name": "Transfer ownership transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "71d21ce8-94b8-4404-a0b8-a53701842790",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b3d039cf-45de-4730-b030-0010b569cc2b",
                                                    "name": "Vesting schedule not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vesting",
                                                                ":id",
                                                                "transfer_ownership"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "vaults",
                    "description": "",
                    "item": [
                        {
                            "id": "4cc78c22-e4af-4cdd-81c6-e7ee569eb0f1",
                            "name": "Deploy vault",
                            "request": {
                                "name": "Deploy vault",
                                "description": {
                                    "content": "Deploy a new ERC-4626 tokenized vault contract",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "vaults"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "70b2a3c6-cb58-437c-8184-1eeaae51efec",
                                    "name": "Vault deployed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "07327ef1-0749-4d80-8743-50a454ca6cd9",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "92145254-5452-43e8-8c21-a9a215bfd918",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "0528500f-3ddb-472d-bbdb-24b96d120d79",
                            "name": "List vaults",
                            "request": {
                                "name": "List vaults",
                                "description": {
                                    "content": "List all deployed vaults",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "vaults"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "f0471720-0e95-449b-962d-425cda3ea523",
                                    "name": "Vaults retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d43fa4c9-4f1e-4311-a211-7b638b408607",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "name": "limits",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e2156f3a-3e7e-43eb-b3da-d11ed616d255",
                                            "name": "Get vault limits",
                                            "request": {
                                                "name": "Get vault limits",
                                                "description": {
                                                    "content": "Get max deposit, withdraw, mint, and redeem limits for an address",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "limits"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4a3f08cb-d2c0-4ac6-aa19-51c1c137a337",
                                                    "name": "Vault limits retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "limits"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e1c95309-0a22-4976-99a9-1f0b6d6fc3c8",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "limits"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "af33a150-636b-4d13-8d0e-3cf71399db72",
                                                    "name": "Vault not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "limits"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "preview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c754c665-389a-4fac-988f-c8717492f5bc",
                                            "name": "Preview vault conversion",
                                            "request": {
                                                "name": "Preview vault conversion",
                                                "description": {
                                                    "content": "Preview the result of a deposit or withdrawal conversion",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "preview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "474df870-756b-4077-9154-db4a5645d008",
                                                    "name": "Preview result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "61db53f1-7e65-4838-abdd-7722115f3021",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c3371474-72d5-4105-bdf9-aeb0a89b232e",
                                                    "name": "Vault not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "preview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "convert",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "7e6fd18e-85dc-4c2e-b01b-a9009bd79dc2",
                                            "name": "Convert vault shares/assets",
                                            "request": {
                                                "name": "Convert vault shares/assets",
                                                "description": {
                                                    "content": "Convert between shares and assets",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "convert"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "2eff85ce-fb89-472b-b200-c5659d459219",
                                                    "name": "Conversion result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "convert"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "70ab1a8b-7010-429c-aa87-47d2439426d1",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "convert"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "45a89798-cda6-4470-884d-9451e85efef9",
                                                    "name": "Vault not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "convert"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "2cf06469-7c00-438e-8b8c-0ccb29628deb",
                                    "name": "Get vault",
                                    "request": {
                                        "name": "Get vault",
                                        "description": {
                                            "content": "Get vault details by ID",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "vaults",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a356b036-0592-4185-84a2-27dfe1807315",
                                            "name": "Vault retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "493415f5-4e13-40b7-b1da-0e310d125f8b",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "638bf868-17a5-40aa-b15b-831fc88ac3df",
                                            "name": "Vault not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "deposit",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "691446c0-44ad-43d1-9f82-4096fb166ebc",
                                            "name": "Deposit to vault",
                                            "request": {
                                                "name": "Deposit to vault",
                                                "description": {
                                                    "content": "Deposit assets into the vault",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "deposit"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "af2bcf0b-d352-4683-b78b-b3d49ccc69c6",
                                                    "name": "Deposit transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "deposit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9e61bb4e-942e-44c8-901b-de504cd5a721",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "deposit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e961c1d2-486b-4021-bb03-d9ccf5a89fae",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "deposit"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "withdraw",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b77359d5-0aca-42f9-909c-1cfa4b9df22a",
                                            "name": "Withdraw from vault",
                                            "request": {
                                                "name": "Withdraw from vault",
                                                "description": {
                                                    "content": "Withdraw assets from the vault",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "withdraw"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0e0b2f4f-45c2-49e3-8c4c-e6afabaf3e94",
                                                    "name": "Withdrawal transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "withdraw"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ab5b8c83-7612-457f-8371-a432ba936b7a",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "withdraw"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4b70277c-cc90-4792-93ce-3916af76a414",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "withdraw"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "redeem",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "67b05d84-16e9-4293-9203-5037ac8c154a",
                                            "name": "Redeem vault shares",
                                            "request": {
                                                "name": "Redeem vault shares",
                                                "description": {
                                                    "content": "Redeem vault shares for underlying assets",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "redeem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "ac2a197c-94fa-4e36-b5cf-11a1efb66951",
                                                    "name": "Redeem transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "redeem"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b57b599b-d42c-4c5b-99a7-a31aa7587944",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "redeem"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "24df03c7-4d7b-4130-ac96-b21f60cdf38c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "redeem"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "mint",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1b24a16a-42b8-4901-bb89-26a0a9ffc2d8",
                                            "name": "Mint vault shares",
                                            "request": {
                                                "name": "Mint vault shares",
                                                "description": {
                                                    "content": "Mint vault shares by depositing assets",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "vaults",
                                                        ":id",
                                                        "mint"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "db1db6e3-549d-40a7-9d03-8be66d1b5718",
                                                    "name": "Mint transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "03dff00f-bc6b-4893-82ba-930fcac429a6",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d1b21a44-c15f-4fc2-aff4-16b6cd0e28ca",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "mint"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "shares",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "balance",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "00021906-d7a5-49c5-9c74-2f93d7f58771",
                                                    "name": "Get share balance",
                                                    "request": {
                                                        "name": "Get share balance",
                                                        "description": {
                                                            "content": "Query ERC-20 balanceOf for vault share token",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "shares",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b0049250-7d93-4305-8080-9c940d456244",
                                                            "name": "Share balance returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "balance"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "allowance",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "31464d10-af2d-46e4-a4c7-da96625131d4",
                                                    "name": "Get share allowance",
                                                    "request": {
                                                        "name": "Get share allowance",
                                                        "description": {
                                                            "content": "Query ERC-20 allowance for vault share token",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "shares",
                                                                "allowance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2a6db0ef-f373-413f-97f8-89cb25ba8255",
                                                            "name": "Share allowance returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "allowance"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "transfer",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "eb35bd7f-1a58-43a3-a618-7bae4184ec16",
                                                    "name": "Transfer vault shares",
                                                    "request": {
                                                        "name": "Transfer vault shares",
                                                        "description": {
                                                            "content": "Transfer vault share tokens to another address",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "shares",
                                                                "transfer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a5247881-1a8d-4ccf-8877-ac2faf4d8774",
                                                            "name": "Transfer transaction submitted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "transfer"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "f86c1f63-cc22-4c02-8f54-dd99600d3f9c",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "transfer"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "approve",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "87f4de24-bfda-4e9a-9c13-6a868d7d9116",
                                                    "name": "Approve share spending",
                                                    "request": {
                                                        "name": "Approve share spending",
                                                        "description": {
                                                            "content": "Approve a spender to transfer vault shares on behalf of the owner",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "vaults",
                                                                ":id",
                                                                "shares",
                                                                "approve"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "15f7723e-da41-4c0d-ae13-0806e2ebd931",
                                                            "name": "Approve transaction submitted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "approve"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "a9714941-6b96-45df-9bbc-cae56da56260",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "vaults",
                                                                        ":id",
                                                                        "shares",
                                                                        "approve"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "tba",
                    "description": "",
                    "item": [
                        {
                            "id": "c8c168d8-fc3f-407d-a7ff-9fc352e622df",
                            "name": "Create TBA",
                            "request": {
                                "name": "Create TBA",
                                "description": {
                                    "content": "Create a Token Bound Account for an ERC-721 NFT",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "tba"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "f53eb8c3-811b-4a83-9853-827632017abb",
                                    "name": "TBA creation submitted",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d5159d21-4a4d-4cae-b061-018993c22da5",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "1ca185e7-fe75-482f-8933-64f7750fd471",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "3630dd94-d501-4904-8693-786304ecea26",
                            "name": "List TBAs",
                            "request": {
                                "name": "List TBAs",
                                "description": {
                                    "content": "List all Token Bound Accounts for the tenant",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "tba"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "0c309036-b2a6-4aa7-b80d-3d9be9df9662",
                                    "name": "TBAs retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "994fb441-2e32-41f1-a17d-dcd2fa1c6726",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "name": "account",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ba2ecffe-c089-4c77-9986-974fbdb55639",
                                            "name": "Predict TBA address",
                                            "request": {
                                                "name": "Predict TBA address",
                                                "description": {
                                                    "content": "Predict the Token Bound Account address from the registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "account"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e1ac3c4d-c120-4e0d-8c30-98fff738353c",
                                                    "name": "TBA address predicted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "account"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "857e7e00-862a-47a2-b67a-4f538a7db4c4",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "account"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8a2166d1-771a-452f-8607-22d7a0c4a46e",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "account"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "token",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d4fc0fb7-be1b-41b1-b24c-33fe60c54a79",
                                            "name": "Get bound NFT info",
                                            "request": {
                                                "name": "Get bound NFT info",
                                                "description": {
                                                    "content": "Get the NFT bound to this Token Bound Account",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "token"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "02c219db-0398-4dd3-81bf-63da099511e7",
                                                    "name": "Bound NFT info retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "474c2f2d-0fd7-4237-92ee-9198a3fec558",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dad84f06-e8c1-4056-806a-9ce48552c074",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "state",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "93c68ab0-ea99-41e7-978a-2445bbb2ec4e",
                                            "name": "Get account state",
                                            "request": {
                                                "name": "Get account state",
                                                "description": {
                                                    "content": "Get the on-chain state of this Token Bound Account",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "state"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "30f9c97a-67de-4123-943f-2e94bdb0af72",
                                                    "name": "TBA state retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "state"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "aba9cece-84f6-4b20-95f2-a02fb38c7fb6",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "state"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "81cca192-10de-4c82-973d-1560aa5d45dc",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "state"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "balance",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "725c0600-ba19-47c7-bb7b-d430f3fd723b",
                                            "name": "Get TBA balance",
                                            "request": {
                                                "name": "Get TBA balance",
                                                "description": {
                                                    "content": "Get ETH and token balances for a TBA",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "balance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "87fb5b92-9dd0-474e-bb74-04abfc53bd2e",
                                                    "name": "TBA balance retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "51eccdaf-6b9d-4375-97c2-d8abb9303722",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4cfc3d72-6f73-453d-a128-b144ae9b19fa",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "balance"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "id": "3febafda-17f3-4bfe-8945-6bb6c33a3397",
                                    "name": "Get TBA",
                                    "request": {
                                        "name": "Get TBA",
                                        "description": {
                                            "content": "Get Token Bound Account details by ID",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "tba",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "95257ec5-74e7-4a41-8513-abd22a64aea0",
                                            "name": "TBA retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "120fe733-124a-49fb-aa93-1b7ad72c7bdb",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "8d529841-1022-4c96-99db-c8ed8427f287",
                                            "name": "TBA not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "execute",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e6a4b18f-06cd-4b2c-b9f7-5ceb440126f6",
                                            "name": "Execute TBA",
                                            "request": {
                                                "name": "Execute TBA",
                                                "description": {
                                                    "content": "Execute a call from a Token Bound Account",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "execute"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "681f3cbe-13d9-47d7-a0f5-a5590ec3f2c3",
                                                    "name": "TBA execute transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dd352580-0261-4f91-be73-4c4cb3001b64",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e97957a3-e83c-4870-a516-1f48bfc30040",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "execute_batch",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5dd9bb64-d513-44f2-875f-6e13478741c5",
                                            "name": "Execute batch TBA",
                                            "request": {
                                                "name": "Execute batch TBA",
                                                "description": {
                                                    "content": "Execute a batch of calls from a Token Bound Account",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "execute_batch"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e54eb713-d59a-41d5-b019-ef413303ad5c",
                                                    "name": "TBA execute-batch transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "62719880-f760-48d2-9fdb-ff1dc07de41c",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "997f1944-02eb-4304-b01b-cbfe584a2e93",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "execute_batch"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "is_valid_signature",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "fbbe9d2a-d462-4be8-acae-e2f6cf47d347",
                                            "name": "Validate signature (EIP-1271)",
                                            "request": {
                                                "name": "Validate signature (EIP-1271)",
                                                "description": {
                                                    "content": "Check if a signature is valid for this Token Bound Account using EIP-1271",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "is_valid_signature"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "dd28c434-3ce7-43d8-958e-dd48cd133c0e",
                                                    "name": "Signature validation result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signature"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9193636b-30c6-4f57-b2c8-6072437b7bb9",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signature"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "74ed8365-1ea6-49f3-b921-8a5437d1625f",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signature"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "is_valid_signer",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4b64e695-2df2-486a-a84a-83fb446cfc4b",
                                            "name": "Check valid signer",
                                            "request": {
                                                "name": "Check valid signer",
                                                "description": {
                                                    "content": "Check if an address is a valid signer for this Token Bound Account",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "is_valid_signer"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "4219f909-b20b-4579-9aa8-7204476a24f2",
                                                    "name": "Signer validation result returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "68cddf6c-4f5f-4b5d-88f3-1003a5799a0c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e7f2ed3e-d8ce-4417-b631-8deeefabce21",
                                                    "name": "TBA not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "is_valid_signer"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "account_implementation",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4bebd57a-6609-49ee-965c-f1f850fb7894",
                                            "name": "Get account implementation",
                                            "request": {
                                                "name": "Get account implementation",
                                                "description": {
                                                    "content": "Get the account implementation address from the ERC-6551 registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "account_implementation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "40c52e9e-5742-4a4e-9b1d-fc25ed58d0b8",
                                                    "name": "Implementation address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "account_implementation"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5b33a99b-9ed8-4ffc-8c50-9478666f1679",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "account_implementation"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "total_accounts",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1156606a-ec82-4626-836c-589226d7454a",
                                            "name": "Get total accounts",
                                            "request": {
                                                "name": "Get total accounts",
                                                "description": {
                                                    "content": "Get the total number of accounts created by the ERC-6551 registry",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "tba",
                                                        ":id",
                                                        "total_accounts"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1382f310-7d50-4c4a-a9d2-035bda329c66",
                                                    "name": "Total accounts count returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "total_accounts"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7ab99039-214a-49cf-b2ff-e16d6ef4d7ce",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "tba",
                                                                ":id",
                                                                "total_accounts"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "multisigs",
                    "description": "",
                    "item": [
                        {
                            "id": "4f827539-3144-4736-9652-60a56a49276e",
                            "name": "Deploy multisig",
                            "request": {
                                "name": "Deploy multisig",
                                "description": {
                                    "content": "Deploy a Safe{Wallet} multisig via UrblockMultisig factory",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "multisigs"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"owners\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"threshold\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"safe_singleton_address\": \"<string>\",\n  \"safe_proxy_factory_address\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2ff7f1df-e769-42bf-9247-f6c51553ea6f",
                                    "name": "Multisig deployment queued",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "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  \"owners\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"threshold\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"safe_singleton_address\": \"<string>\",\n  \"safe_proxy_factory_address\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "9bf59132-b257-4ee5-b0e3-83aae8ccf62d",
                                    "name": "Invalid request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "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  \"owners\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"threshold\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"safe_singleton_address\": \"<string>\",\n  \"safe_proxy_factory_address\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "b4b5a78a-7c03-44d6-be2a-957facab30fa",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "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  \"owners\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"threshold\": \"<number>\",\n  \"network\": \"<string>\",\n  \"idempotency_key\": \"<string>\",\n  \"safe_singleton_address\": \"<string>\",\n  \"safe_proxy_factory_address\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "0ce4bc53-b74f-41ec-a185-a183979186e4",
                            "name": "List multisigs",
                            "request": {
                                "name": "List multisigs",
                                "description": {
                                    "content": "List tenant multisig wallets",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "multisigs"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by network",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by status",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "a58861cc-571a-494a-ad58-827866f43608",
                                    "name": "Multisigs listed",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by network",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "network",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by status",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "52c26dda-ca50-45aa-a6a8-46ef97d8e8b5",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by network",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "network",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by status",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "2e9da366-7dc6-4ecc-8260-e8756414d783",
                                    "name": "Get multisig",
                                    "request": {
                                        "name": "Get multisig",
                                        "description": {
                                            "content": "Get multisig details with on-chain data",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "multisigs",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "b74e9249-ac88-4943-adf0-0f951d5d433f",
                                            "name": "Multisig retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "ecb3285e-8ae2-4d2c-acdd-5c264f27db6e",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d26394a1-1878-4338-9261-cc09645b4436",
                                            "name": "Multisig not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "transactions",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "87b8ade8-0443-4827-9e42-f4cf5002af0e",
                                            "name": "Submit multisig tx",
                                            "request": {
                                                "name": "Submit multisig tx",
                                                "description": {
                                                    "content": "Submit transaction for multisig approval",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "transactions"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"to\": \"<string>\",\n  \"value\": \"<string>\",\n  \"data\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a6abb395-f674-4f01-af31-c9e8af973c9a",
                                                    "name": "Transaction submitted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"to\": \"<string>\",\n  \"value\": \"<string>\",\n  \"data\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d9ab269c-f384-45ad-ad1e-ec7fa84bc913",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"to\": \"<string>\",\n  \"value\": \"<string>\",\n  \"data\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "66ebc928-ff23-4ffe-b6fe-f090e45dab51",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"to\": \"<string>\",\n  \"value\": \"<string>\",\n  \"data\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d592b5d7-06c0-4c18-b5d2-ac6e32ba1f25",
                                                    "name": "Multisig not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"to\": \"<string>\",\n  \"value\": \"<string>\",\n  \"data\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "474477d2-ad30-4e99-b5bc-cfdea81883c2",
                                            "name": "List multisig txs",
                                            "request": {
                                                "name": "List multisig txs",
                                                "description": {
                                                    "content": "List multisig transactions",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "transactions"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "59483654-7816-4013-b5fb-8320b3f02715",
                                                    "name": "Transactions listed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d7bfb21e-3b13-4540-8985-cbd42703bc14",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "fa789bcf-719c-4df8-ae7d-e3cd5d67b7a9",
                                                    "name": "Multisig not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{txIndex}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "confirm",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "98956d62-73cf-4565-b959-dba59c46c4d4",
                                                            "name": "Confirm multisig tx",
                                                            "request": {
                                                                "name": "Confirm multisig tx",
                                                                "description": {
                                                                    "content": "Approve a Safe tx hash (approveHash)",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "transactions",
                                                                        ":txIndex",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "txIndex",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"signer_address\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "58626318-2033-4938-a997-b6a70b6f1e13",
                                                                    "name": "Confirmation queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "confirm"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signer_address\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0b959434-0788-4b2f-b568-f0b738cfe205",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "confirm"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signer_address\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "9b51bedf-38c3-452a-afa1-0a9f4da707e7",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "confirm"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signer_address\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "name": "execute",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "594a9a86-a772-4381-87a0-8e6bf4eac984",
                                                            "name": "Execute multisig tx",
                                                            "request": {
                                                                "name": "Execute multisig tx",
                                                                "description": {
                                                                    "content": "Execute via execTransaction with collected signatures",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "transactions",
                                                                        ":txIndex",
                                                                        "execute"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "txIndex",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "4d5fedb1-0fef-439f-9f6b-5a1e03688c4e",
                                                                    "name": "Execution queued",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Created",
                                                                    "code": 201,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "f711c9cc-b9e7-4318-baa1-f36524e732c8",
                                                                    "name": "Invalid request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "0850516c-47ab-4c43-8c3c-44604520353f",
                                                                    "name": "Unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "execute"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "POST",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "id": "e3ea116e-9582-4b2b-85cd-09761bf68e73",
                                                    "name": "Get transaction",
                                                    "request": {
                                                        "name": "Get transaction",
                                                        "description": {
                                                            "content": "Read transaction details from local DB",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "transactions",
                                                                ":txIndex"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<number>",
                                                                    "key": "txIndex",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "9808ba32-1c39-4cb5-9deb-adc6211fd786",
                                                            "name": "Transaction retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "transactions",
                                                                        ":txIndex"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "txIndex"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "7ca6c103-5126-4d6d-9a13-03927c85fb14",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "transactions",
                                                                        ":txIndex"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "txIndex"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "887fa829-c9a2-4384-99ac-a0c23c5094cd",
                                                            "name": "Multisig not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "transactions",
                                                                        ":txIndex"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "txIndex"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "confirmations",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "name": "{address}",
                                                            "description": "",
                                                            "item": [
                                                                {
                                                                    "id": "dd85ff84-ee79-4c96-b786-a8245ed52b4c",
                                                                    "name": "Check confirmation",
                                                                    "request": {
                                                                        "name": "Check confirmation",
                                                                        "description": {
                                                                            "content": "Check if an address has approved a Safe tx hash on-chain",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "multisigs",
                                                                                ":id",
                                                                                "transactions",
                                                                                ":txIndex",
                                                                                "confirmations",
                                                                                ":address"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "id",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<number>",
                                                                                    "key": "txIndex",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address",
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "method": "GET",
                                                                        "body": {},
                                                                        "auth": {
                                                                            "type": "bearer",
                                                                            "bearer": [
                                                                                {
                                                                                    "key": "token",
                                                                                    "value": "{{bearerToken}}"
                                                                                }
                                                                            ]
                                                                        }
                                                                    },
                                                                    "response": [
                                                                        {
                                                                            "id": "8975c6a6-47b8-4abc-bc5a-48699250593b",
                                                                            "name": "Confirmation status retrieved",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "v1",
                                                                                        "multisigs",
                                                                                        ":id",
                                                                                        "transactions",
                                                                                        ":txIndex",
                                                                                        "confirmations",
                                                                                        ":address"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "id"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<number>",
                                                                                            "key": "txIndex"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "address"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "OK",
                                                                            "code": 200,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        },
                                                                        {
                                                                            "id": "7b456b43-a9a4-4685-b7ee-47b248a97f8a",
                                                                            "name": "Unauthorized",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "v1",
                                                                                        "multisigs",
                                                                                        ":id",
                                                                                        "transactions",
                                                                                        ":txIndex",
                                                                                        "confirmations",
                                                                                        ":address"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "id"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<number>",
                                                                                            "key": "txIndex"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "address"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "Unauthorized",
                                                                            "code": 401,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        },
                                                                        {
                                                                            "id": "10619ac4-7cfb-40d0-8ecb-ca4acaa39cfb",
                                                                            "name": "Multisig not found",
                                                                            "originalRequest": {
                                                                                "url": {
                                                                                    "path": [
                                                                                        "v1",
                                                                                        "multisigs",
                                                                                        ":id",
                                                                                        "transactions",
                                                                                        ":txIndex",
                                                                                        "confirmations",
                                                                                        ":address"
                                                                                    ],
                                                                                    "host": [
                                                                                        "{{baseUrl}}"
                                                                                    ],
                                                                                    "query": [],
                                                                                    "variable": [
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "id"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<number>",
                                                                                            "key": "txIndex"
                                                                                        },
                                                                                        {
                                                                                            "disabled": false,
                                                                                            "description": {
                                                                                                "content": "(Required) ",
                                                                                                "type": "text/plain"
                                                                                            },
                                                                                            "type": "any",
                                                                                            "value": "<string>",
                                                                                            "key": "address"
                                                                                        }
                                                                                    ]
                                                                                },
                                                                                "header": [
                                                                                    {
                                                                                        "description": {
                                                                                            "content": "Added as a part of security scheme: bearer",
                                                                                            "type": "text/plain"
                                                                                        },
                                                                                        "key": "Authorization",
                                                                                        "value": "Bearer <token>"
                                                                                    }
                                                                                ],
                                                                                "method": "GET",
                                                                                "body": {}
                                                                            },
                                                                            "status": "Not Found",
                                                                            "code": 404,
                                                                            "header": [],
                                                                            "cookie": [],
                                                                            "_postman_previewlanguage": "text"
                                                                        }
                                                                    ],
                                                                    "event": [],
                                                                    "protocolProfileBehavior": {
                                                                        "disableBodyPruning": true
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "owners",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "57ca878d-1077-4eeb-8552-421c2f82223b",
                                            "name": "Add multisig owner",
                                            "request": {
                                                "name": "Add multisig owner",
                                                "description": {
                                                    "content": "Add owner via addOwnerWithThreshold + execTransaction",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "owners"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c9d9ea4f-14cc-42b9-a9f3-ba67db5b705b",
                                                    "name": "Add owner queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1406897b-3a62-4ca4-b467-bde11f7ffd48",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8db39f30-1152-49a9-94b3-5f194e7d654c",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "{address}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9a35b8e2-8d95-400b-bb3a-ec6605d64e75",
                                                    "name": "Check owner",
                                                    "request": {
                                                        "name": "Check owner",
                                                        "description": {
                                                            "content": "Check if an address is a Safe owner on-chain",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners",
                                                                ":address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8c2252fb-fe96-46ed-9065-f57749bd2640",
                                                            "name": "Owner status retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "cc6e0a46-6682-4599-ba3b-8398f81b3378",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "aa2970b9-c1aa-401a-bf27-dca8c2378e55",
                                                            "name": "Multisig not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "851e9ea9-5752-42b8-8779-97395dbcc5c3",
                                                    "name": "Remove multisig owner",
                                                    "request": {
                                                        "name": "Remove multisig owner",
                                                        "description": {
                                                            "content": "Remove owner via removeOwner + execTransaction",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners",
                                                                ":address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "fb108cd2-6d14-4764-9ec3-f07033bc3669",
                                                            "name": "Remove owner queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "5d30af9f-344e-4f4a-9d97-8777770ef228",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "78a99d3e-0ba2-4b29-8e96-62555a8eb468",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        ":address"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"threshold\": \"<number>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "swap",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "216e1b91-7b7f-4cdd-97e4-e7aacf6970c1",
                                                    "name": "Swap owner (PUT legacy)",
                                                    "request": {
                                                        "name": "Swap owner (PUT legacy)",
                                                        "description": {
                                                            "content": "Use POST.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners",
                                                                "swap"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "e881bc73-f043-47ac-ac42-bce789a43df9",
                                                            "name": "200",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        "swap"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "a0448816-d9f8-4b63-8d83-3b96d24766b5",
                                                    "name": "Swap multisig owner",
                                                    "request": {
                                                        "name": "Swap multisig owner",
                                                        "description": {
                                                            "content": "Atomically replace an existing owner with a new one via swapOwner + execTransaction",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "owners",
                                                                "swap"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "36944713-3d6b-4d06-bb04-c0b30a709131",
                                                            "name": "Swap owner queued",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        "swap"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "d8d7ccfb-3f85-4ff5-8528-35e290b632c2",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        "swap"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3a55b0ae-14c6-423a-bd08-50f842b225f1",
                                                            "name": "Invalid request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "multisigs",
                                                                        ":id",
                                                                        "owners",
                                                                        "swap"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"prev_owner\": \"<string>\",\n  \"old_owner\": \"<string>\",\n  \"new_owner\": \"<string>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "threshold",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "11162149-1660-43c7-8ca0-7e0d6c2df2e3",
                                            "name": "Change threshold (PUT legacy)",
                                            "request": {
                                                "name": "Change threshold (PUT legacy)",
                                                "description": {
                                                    "content": "Use POST. Change Safe threshold.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "threshold"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "055d9884-9fbf-4215-8cb9-4e6e88a1d2df",
                                                    "name": "Threshold change queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "2fa6c83a-e5be-46f3-b9ff-513527cc4c79",
                                            "name": "Change threshold",
                                            "request": {
                                                "name": "Change threshold",
                                                "description": {
                                                    "content": "Change Safe threshold via changeThreshold + execTransaction",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "threshold"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b1403244-f0c1-41d2-a5a1-19ff3a6b5963",
                                                    "name": "Threshold change queued",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9b0fa5ae-d209-42a2-9cf0-3ee95b63cc6f",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3f90f760-7106-486a-ba66-6b3a8abf85de",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c91430d4-94ad-480f-bf9b-5e553b3b63aa",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "threshold"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"threshold\": \"<number>\",\n  \"signatures\": \"<string>\",\n  \"idempotency_key\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "predict_address",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9186344d-b53f-41fe-826c-b612a9314571",
                                            "name": "Predict Safe address",
                                            "request": {
                                                "name": "Predict Safe address",
                                                "description": {
                                                    "content": "Predict the counterfactual address for a Safe deployment with given owners/threshold/salt",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "multisigs",
                                                        ":id",
                                                        "predict_address"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "owners",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "threshold",
                                                            "value": "<number>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "salt_nonce",
                                                            "value": "<number>"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "3d141223-1567-4cc9-a35c-722348fd2142",
                                                    "name": "Predicted address returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "predict_address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "owners",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "threshold",
                                                                    "value": "<number>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "salt_nonce",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ecbffb0c-d922-42da-b53c-e9a815be87da",
                                                    "name": "Invalid request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "multisigs",
                                                                ":id",
                                                                "predict_address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "owners",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "threshold",
                                                                    "value": "<number>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "salt_nonce",
                                                                    "value": "<number>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "events",
                    "description": "",
                    "item": [
                        {
                            "id": "71b6706f-bc8e-4fa2-a5f9-e80e83532492",
                            "name": "List events",
                            "request": {
                                "name": "List events",
                                "description": {
                                    "content": "List all events with pagination and filters",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "events"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "57d524be-f074-4b69-9c6f-3df7413b98ed",
                                    "name": "Events retrieved successfully",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "events"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "cb0df913-2a26-4827-9aaa-57b4e511d139",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "events"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "dbfeb943-332f-4906-b040-af9fdf222f20",
                                    "name": "Get event",
                                    "request": {
                                        "name": "Get event",
                                        "description": {
                                            "content": "Get event details by ID",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "events",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "1607b243-1421-4774-99f5-ee75b0ca1470",
                                            "name": "Event retrieved successfully",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "events",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "07fe2019-2984-4831-83b4-1548c7b29d21",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "events",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d240b34a-0cc8-49e7-9dc5-1b55144dfda7",
                                            "name": "Event not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "events",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "gas_estimates",
                    "description": "",
                    "item": [
                        {
                            "id": "acade77f-7dbf-41ad-b269-9fae1543eb25",
                            "name": "Get gas estimate",
                            "request": {
                                "name": "Get gas estimate",
                                "description": {
                                    "content": "Estimate gas cost for a blockchain operation",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "gas_estimates"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "ccca38c8-c943-44f5-8b34-0e0d61307702",
                                    "name": "Gas estimate returned",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "gas_estimates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "0d3cea6c-f967-4d9b-92ef-1e259f720307",
                                    "name": "Invalid request parameters",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "gas_estimates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "06d9a045-eab5-4619-953b-39db413828be",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "gas_estimates"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "batch",
                    "description": "",
                    "item": [
                        {
                            "id": "0d8123ef-c573-4806-95fb-c5c62bacbb7b",
                            "name": "Batch operations",
                            "request": {
                                "name": "Batch operations",
                                "description": {
                                    "content": "Execute multiple operations in a single batch request",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "batch"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2d34c648-fd74-4a60-b3ed-a27404aed62e",
                                    "name": "Batch executed successfully",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "batch"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "699d22d7-48cb-416e-ad08-ea80a3bde1f7",
                                    "name": "Invalid batch request",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "batch"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "fde04082-7d6d-4da7-8eff-eefb45d38ee3",
                                    "name": "Unauthorized",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "batch"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "faucet",
                    "description": "",
                    "item": [
                        {
                            "name": "status",
                            "description": "",
                            "item": [
                                {
                                    "id": "7900935d-863b-4629-b4a5-aa2cf01850a8",
                                    "name": "Get faucet status",
                                    "request": {
                                        "name": "Get faucet status",
                                        "description": {
                                            "content": "Public endpoint — returns faucet availability and supported networks",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "faucet",
                                                "status"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3de17372-e4dc-4837-8d4f-567ecac5f051",
                                            "name": "Faucet status returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "status"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "balance",
                            "description": "",
                            "item": [
                                {
                                    "id": "5a7d379b-53f1-4b4d-8cb8-d638a35827cf",
                                    "name": "Get faucet balance",
                                    "request": {
                                        "name": "Get faucet balance",
                                        "description": {
                                            "content": "Returns faucet wallet balances across supported testnets",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "faucet",
                                                "balance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9f5d9152-2a7d-47d9-96b6-a6998e72e426",
                                            "name": "Faucet balances returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "balance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "043b635e-9087-4724-997b-4aa105bf015c",
                                            "name": "JWT required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "balance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "drip",
                            "description": "",
                            "item": [
                                {
                                    "id": "7da6e1db-7dbe-4aab-a3f4-c8fb89c2d5a8",
                                    "name": "Request testnet tokens",
                                    "request": {
                                        "name": "Request testnet tokens",
                                        "description": {
                                            "content": "Drip testnet ETH to the specified wallet address on the given network",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "faucet",
                                                "drip"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"network\": \"<string>\",\n  \"wallet_address\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cc303afd-262a-44fa-95ff-f6c063e32fe4",
                                            "name": "Testnet tokens sent",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "drip"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"network\": \"<string>\",\n  \"wallet_address\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "df4d15ea-adac-4a83-8980-a8fde3fd171b",
                                            "name": "JWT required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "drip"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"network\": \"<string>\",\n  \"wallet_address\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d257f926-860e-4151-86d4-dbf4de3c6a0e",
                                            "name": "Rate limited — too many drip requests",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "faucet",
                                                        "drip"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"network\": \"<string>\",\n  \"wallet_address\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "analytics",
                    "description": "",
                    "item": [
                        {
                            "name": "overview",
                            "description": "",
                            "item": [
                                {
                                    "id": "2ed540fb-43d2-4fa3-b11a-add9e54e2829",
                                    "name": "Get overview",
                                    "request": {
                                        "name": "Get overview",
                                        "description": {
                                            "content": "Get analytics overview for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "analytics",
                                                "overview"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "af9c977c-7fef-40ed-9546-7442655fe701",
                                            "name": "Overview retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "analytics",
                                                        "overview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "transactions",
                            "description": "",
                            "item": [
                                {
                                    "id": "8598d280-ed8e-432a-9543-1e190bf27ff6",
                                    "name": "Transaction analytics",
                                    "request": {
                                        "name": "Transaction analytics",
                                        "description": {
                                            "content": "Get transaction analytics for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "analytics",
                                                "transactions"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2c98a176-312c-4244-9096-fb3301195b75",
                                            "name": "Transaction analytics retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "analytics",
                                                        "transactions"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "tokens",
                            "description": "",
                            "item": [
                                {
                                    "id": "44435ce8-e435-45ef-9c57-6c851359ccd3",
                                    "name": "Token analytics",
                                    "request": {
                                        "name": "Token analytics",
                                        "description": {
                                            "content": "Get token analytics for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "analytics",
                                                "tokens"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0963a057-7595-465a-954e-f07f214ea994",
                                            "name": "Token analytics retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "analytics",
                                                        "tokens"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "webhooks",
                            "description": "",
                            "item": [
                                {
                                    "id": "c83a88f3-483e-4951-bfc2-ad6e3c1b6224",
                                    "name": "Webhook analytics",
                                    "request": {
                                        "name": "Webhook analytics",
                                        "description": {
                                            "content": "Get webhook analytics for tenant",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "analytics",
                                                "webhooks"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1665f829-26d6-44aa-8466-b681649d8f2c",
                                            "name": "Webhook analytics retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "analytics",
                                                        "webhooks"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "admin",
                    "description": "",
                    "item": [
                        {
                            "name": "overview",
                            "description": "",
                            "item": [
                                {
                                    "id": "7276cb55-fdc1-439c-815e-3394c571e56a",
                                    "name": "Admin overview",
                                    "request": {
                                        "name": "Admin overview",
                                        "description": {
                                            "content": "Global platform metrics for admin dashboard",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin",
                                                "overview"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "(Required) Platform admin secret",
                                                    "type": "text/plain"
                                                },
                                                "key": "x-admin-secret",
                                                "value": "<string>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "64f1877d-285f-4cce-a672-7d83c8d1c552",
                                            "name": "Overview retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "overview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "488f7736-a588-475f-8c33-2f6739e6f627",
                                            "name": "Admin role required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "overview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "tenants",
                            "description": "",
                            "item": [
                                {
                                    "id": "e9f8444c-b448-4fdf-b20a-3e68b1a56e3e",
                                    "name": "List all tenants",
                                    "request": {
                                        "name": "List all tenants",
                                        "description": {
                                            "content": "List all tenants with usage overview",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin",
                                                "tenants"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to return",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to skip",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort field",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort order (This can only be one of asc,desc)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "order",
                                                    "value": "desc"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search tenants by company name or email",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "search",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by plan (free, starter, pro, enterprise)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "plan",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "(Required) Platform admin secret",
                                                    "type": "text/plain"
                                                },
                                                "key": "x-admin-secret",
                                                "value": "<string>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0a00dece-2157-4eea-a334-ed08c73c860f",
                                            "name": "Tenants retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "tenants"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Search tenants by company name or email",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "search",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by plan (free, starter, pro, enterprise)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "plan",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "39584970-06d6-41aa-84fd-fd102e11938a",
                                            "name": "Admin role required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "tenants"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Search tenants by company name or email",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "search",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by plan (free, starter, pro, enterprise)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "plan",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a9dbcf00-0373-420e-8d95-9d4cff09c11e",
                                            "name": "Get tenant detail",
                                            "request": {
                                                "name": "Get tenant detail",
                                                "description": {
                                                    "content": "Full tenant detail with usage stats",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "tenants",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "9770000c-f531-4667-95dc-6a9fb3a4bc44",
                                                    "name": "Tenant detail retrieved",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "admin",
                                                                "tenants",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "disabled": false,
                                                                "description": {
                                                                    "content": "(Required) Platform admin secret",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "x-admin-secret",
                                                                "value": "<string>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5780a180-2e2c-4734-8614-1bc9d8a56d94",
                                                    "name": "Admin role required",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "admin",
                                                                "tenants",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "disabled": false,
                                                                "description": {
                                                                    "content": "(Required) Platform admin secret",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "x-admin-secret",
                                                                "value": "<string>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f6a5ac3e-c5cd-4b82-bc91-889dd71a7527",
                                                    "name": "Tenant not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "admin",
                                                                "tenants",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "disabled": false,
                                                                "description": {
                                                                    "content": "(Required) Platform admin secret",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "x-admin-secret",
                                                                "value": "<string>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "activity",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5648201b-1355-47d3-a6b2-6b0db9bbc77c",
                                                    "name": "Get tenant activity",
                                                    "request": {
                                                        "name": "Get tenant activity",
                                                        "description": {
                                                            "content": "Recent tenant activity (transactions, deploys)",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "admin",
                                                                "tenants",
                                                                ":id",
                                                                "activity"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "disabled": false,
                                                                "description": {
                                                                    "content": "(Required) Platform admin secret",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "x-admin-secret",
                                                                "value": "<string>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "fadd6594-0c1f-4cd2-ba45-c66d37ae87b9",
                                                            "name": "Activity retrieved",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "admin",
                                                                        "tenants",
                                                                        ":id",
                                                                        "activity"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "disabled": false,
                                                                        "description": {
                                                                            "content": "(Required) Platform admin secret",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "x-admin-secret",
                                                                        "value": "<string>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "69d4d4a0-4293-4624-89be-b0f3fa1921c7",
                                                            "name": "Admin role required",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "admin",
                                                                        "tenants",
                                                                        ":id",
                                                                        "activity"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "disabled": false,
                                                                        "description": {
                                                                            "content": "(Required) Platform admin secret",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "x-admin-secret",
                                                                        "value": "<string>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "c706a0d1-1423-4533-8049-88db711c9ec5",
                                                            "name": "Tenant not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "admin",
                                                                        "tenants",
                                                                        ":id",
                                                                        "activity"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "disabled": false,
                                                                        "description": {
                                                                            "content": "(Required) Platform admin secret",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "x-admin-secret",
                                                                        "value": "<string>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "payments",
                            "description": "",
                            "item": [
                                {
                                    "id": "0f362107-70f7-471a-8498-58546c865f11",
                                    "name": "List all payments",
                                    "request": {
                                        "name": "List all payments",
                                        "description": {
                                            "content": "Cross-tenant payment list with filters",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin",
                                                "payments"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to return",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to skip",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort field",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort order (This can only be one of asc,desc)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "order",
                                                    "value": "desc"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by payment status",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by payment method",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "method",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "(Required) Platform admin secret",
                                                    "type": "text/plain"
                                                },
                                                "key": "x-admin-secret",
                                                "value": "<string>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "396987bb-0d73-4861-89ee-0483c0138450",
                                            "name": "Payments retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "payments"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by payment status",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by payment method",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "method",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "daa3df3c-d1c5-4cb0-a7e5-2c73f82746de",
                                            "name": "Admin role required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "payments"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by payment status",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "status",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by payment method",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "method",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "users",
                            "description": "",
                            "item": [
                                {
                                    "id": "fa9fb06d-4554-46c2-b0c0-b1ae4bd8fb00",
                                    "name": "List all users",
                                    "request": {
                                        "name": "List all users",
                                        "description": {
                                            "content": "Cross-tenant user list with search",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "admin",
                                                "users"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to return",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to skip",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort field",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort order (This can only be one of asc,desc)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "order",
                                                    "value": "desc"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search users by name or email",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "search",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by role (owner, admin, member)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "role",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "(Required) Platform admin secret",
                                                    "type": "text/plain"
                                                },
                                                "key": "x-admin-secret",
                                                "value": "<string>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "33c66a7b-d721-4bb1-b8df-a3610d9befa9",
                                            "name": "Users retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "users"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Search users by name or email",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "search",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by role (owner, admin, member)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "role",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "0c3f5fdc-c87a-4df6-95f5-c6a418c2f605",
                                            "name": "Admin role required",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "admin",
                                                        "users"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to return",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Number of items to skip",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort field",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Sort order (This can only be one of asc,desc)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "order",
                                                            "value": "desc"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Search users by name or email",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "search",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by role (owner, admin, member)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "role",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "(Required) Platform admin secret",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "x-admin-secret",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "leads",
                    "description": "",
                    "item": [
                        {
                            "id": "e5555231-a4ac-43bf-8827-12731a7e7d96",
                            "name": "Create studio lead",
                            "request": {
                                "name": "Create studio lead",
                                "description": {
                                    "content": "Public endpoint — captures a lead from the studio quiz. Requires explicit `consent: true` (LGPD).",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "leads"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"consent\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"phone\": \"<string>\",\n  \"company\": \"<string>\",\n  \"preferred_contact\": \"whatsapp\",\n  \"quiz_answers\": {},\n  \"diagnosis\": {},\n  \"source\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "152897ec-cc5f-4f70-ba0b-718774a94bb6",
                                    "name": "Lead created",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"consent\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"phone\": \"<string>\",\n  \"company\": \"<string>\",\n  \"preferred_contact\": \"whatsapp\",\n  \"quiz_answers\": {},\n  \"diagnosis\": {},\n  \"source\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "46db95d5-ad5d-463d-8568-ea8694570af5",
                                    "name": "Missing or invalid consent",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"consent\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"phone\": \"<string>\",\n  \"company\": \"<string>\",\n  \"preferred_contact\": \"whatsapp\",\n  \"quiz_answers\": {},\n  \"diagnosis\": {},\n  \"source\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "73684b22-a14b-47e4-9101-704f1997f391",
                            "name": "List leads",
                            "request": {
                                "name": "List leads",
                                "description": {
                                    "content": "Admin: list all studio leads (requires x-admin-secret)",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "v1",
                                        "leads"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of items to return",
                                                "type": "text/plain"
                                            },
                                            "key": "limit",
                                            "value": "20"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of items to skip",
                                                "type": "text/plain"
                                            },
                                            "key": "offset",
                                            "value": "0"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Sort field",
                                                "type": "text/plain"
                                            },
                                            "key": "sort",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Sort order (This can only be one of asc,desc)",
                                                "type": "text/plain"
                                            },
                                            "key": "order",
                                            "value": "desc"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filter by lead status",
                                                "type": "text/plain"
                                            },
                                            "key": "status",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Search leads by name or email",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {},
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "de3373c6-9472-4077-a770-d2f91c6ff04a",
                                    "name": "Leads retrieved",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to return",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to skip",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort field",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort order (This can only be one of asc,desc)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "order",
                                                    "value": "desc"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by lead status",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search leads by name or email",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "search",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "67b6f28e-902a-47f7-b572-35bf6175176b",
                                    "name": "Invalid or missing admin secret",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to return",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Number of items to skip",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort field",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Sort order (This can only be one of asc,desc)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "order",
                                                    "value": "desc"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by lead status",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "status",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Search leads by name or email",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "search",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {}
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "stats",
                            "description": "",
                            "item": [
                                {
                                    "id": "aaa9cc56-dab2-404b-b3fd-83915d8fe8c4",
                                    "name": "Lead stats",
                                    "request": {
                                        "name": "Lead stats",
                                        "description": {
                                            "content": "Admin: lead count by status (requires x-admin-secret)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads",
                                                "stats"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1073aa01-99a2-4014-9c13-0b8ce7f07198",
                                            "name": "Stats retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        "stats"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "21559681-0bdb-4576-93b2-4782f4c7f06a",
                                    "name": "Get lead",
                                    "request": {
                                        "name": "Get lead",
                                        "description": {
                                            "content": "Admin: get a single lead detail (requires x-admin-secret)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0b285709-0107-493e-ad3c-b27e1f43c7e3",
                                            "name": "Lead retrieved",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "aee6775d-74d0-4551-8d04-bb641d420a66",
                                            "name": "Lead not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "239b4a89-5745-49b8-bc09-682da17ac691",
                                    "name": "Update lead (PATCH legacy)",
                                    "request": {
                                        "name": "Update lead (PATCH legacy)",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "fd4761d4-af4f-4be3-9d07-dd218ae5cd59",
                                            "name": "200",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "676cb8e6-de5a-4457-807c-a82704ce369b",
                                    "name": "Update lead",
                                    "request": {
                                        "name": "Update lead",
                                        "description": {
                                            "content": "Admin: update lead status or notes (requires x-admin-secret)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "46acd17a-17b1-4c88-a840-9660bfb1e29c",
                                            "name": "Lead updated",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "75cd12df-4231-4b11-8cbe-0c6d03eacb5a",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d3a7f82b-7f4d-4eab-88eb-8aab5af7e2d9",
                                            "name": "Lead not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"status\": \"qualified\",\n  \"notes\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "468bef36-f654-4a47-8c01-7cfe4d9c3af8",
                                    "name": "Delete lead",
                                    "request": {
                                        "name": "Delete lead",
                                        "description": {
                                            "content": "Admin: permanently delete a lead (requires x-admin-secret)",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "leads",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6f314b9c-a8ea-4255-a771-ee5d7f2e548f",
                                            "name": "Lead deleted",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "daa85e34-3037-4044-a50a-ddd8765a45e5",
                                            "name": "Lead not found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "leads",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "connect",
                    "description": "",
                    "item": [
                        {
                            "name": "accounts",
                            "description": "",
                            "item": [
                                {
                                    "id": "cd9f9ec3-3aca-46fa-8fa1-cd57d50b93dd",
                                    "name": "Create or get connect account",
                                    "request": {
                                        "name": "Create or get connect account",
                                        "description": {
                                            "content": "Register a self-custody smart account. Returns the existing account if one already exists for the given signer and chain. The actual on-chain deployment happens on the first UserOperation.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "accounts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "14aa14c3-406a-43cb-9438-4f9c170575d1",
                                            "name": "Account created or returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "accounts"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "1ab47a1d-afc8-4330-80af-678750d4d962",
                                    "name": "List connect accounts",
                                    "request": {
                                        "name": "List connect accounts",
                                        "description": {
                                            "content": "List all connect smart accounts for this tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "accounts"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "cca7d0f0-869e-48c1-aed0-706016b03804",
                                            "name": "List of connect accounts",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "accounts"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{address}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8e3318f3-cc36-4e25-9b95-954f9730209d",
                                            "name": "Get connect account",
                                            "request": {
                                                "name": "Get connect account",
                                                "description": {
                                                    "content": "Get connect account details by address.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "accounts",
                                                        ":address"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "address",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d536e0a3-719e-4bae-aab2-8c8e49e99f75",
                                                    "name": "Account details",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "418fd535-5996-4cca-a409-5fad7d56e4b4",
                                                    "name": "Account not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "passkeys",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "fd21effe-d620-4a50-b659-3e57b4518672",
                                                    "name": "List passkeys for account",
                                                    "request": {
                                                        "name": "List passkeys for account",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "passkeys"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "2e6d0069-88a2-4884-887d-3903663eaf5f",
                                                            "name": "200",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "passkeys"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "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": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{credentialId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "dfd20c23-113f-4db4-93b4-ae9cd6d2e07e",
                                                            "name": "Delete passkey for account",
                                                            "request": {
                                                                "name": "Delete passkey for account",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "passkeys",
                                                                        ":credentialId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "credentialId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "8e261e3a-26ad-48fa-acff-19913b911817",
                                                                    "name": "200",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "connect",
                                                                                "accounts",
                                                                                ":address",
                                                                                "passkeys",
                                                                                ":credentialId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "credentialId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "sessions",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "483c869c-4726-4799-b4ea-7e74555ce3c7",
                                                    "name": "List session keys for account",
                                                    "request": {
                                                        "name": "List session keys for account",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "sessions"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "156dded9-d690-4832-912e-ba5cdecd17a2",
                                                            "name": "200",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "sessions"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "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": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{sessionKeyId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "fa50c23e-ba0a-4c6c-b4c4-379b3994d13d",
                                                            "name": "Revoke session key for account",
                                                            "request": {
                                                                "name": "Revoke session key for account",
                                                                "description": {},
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "sessions",
                                                                        ":sessionKeyId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "sessionKeyId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "6210b115-b071-4d5b-992c-271228274bf1",
                                                                    "name": "200",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "connect",
                                                                                "accounts",
                                                                                ":address",
                                                                                "sessions",
                                                                                ":sessionKeyId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "sessionKeyId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "relay",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8ac811f3-a9e3-4a6e-a62e-47e8835a5213",
                                                    "name": "List relay operations for account",
                                                    "request": {
                                                        "name": "List relay operations for account",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "relay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6e6b7da6-9170-43ed-9df3-caba890eb2c7",
                                                            "name": "200",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "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": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "recovery",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "6dce5a93-1f85-4a23-8939-2051420799f5",
                                                    "name": "Get recovery configuration",
                                                    "request": {
                                                        "name": "Get recovery configuration",
                                                        "description": {
                                                            "content": "Get recovery guardians, threshold, and active requests for a connect account.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "recovery"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "chain_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a8f6e6a9-5638-4a07-a495-82654ef3463a",
                                                            "name": "Recovery config returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "recovery"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "318e7de4-48cc-472b-992f-37a1de70f575",
                                                            "name": "Account not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "recovery"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "modules",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "installed",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "8a036c43-c489-4883-9530-278e1aa45940",
                                                            "name": "Check if a module is installed",
                                                            "request": {
                                                                "name": "Check if a module is installed",
                                                                "description": {
                                                                    "content": "Queries Kernel.isModuleInstalled() on-chain. Returns whether the specified module is currently installed on the smart account.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "modules",
                                                                        "installed"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "f39bfb84-003a-4aee-8514-691df3755c85",
                                                                    "name": "Module installation status",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "connect",
                                                                                "accounts",
                                                                                ":address",
                                                                                "modules",
                                                                                "installed"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "oauth",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "1f1d3c80-cfdb-43c9-b808-14218b422aee",
                                                    "name": "List OAuth providers linked to account",
                                                    "request": {
                                                        "name": "List OAuth providers linked to account",
                                                        "description": {
                                                            "content": "Returns all OAuth providers (Google, Apple) linked to this account.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "oauth"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "chain_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "3cb9acbb-4eb5-4d61-8574-e2bdfe005fcd",
                                                            "name": "OAuth links listed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "oauth"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{provider}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7b53b783-3d9d-4084-975f-423a0712cbab",
                                                            "name": "Unlink OAuth provider",
                                                            "request": {
                                                                "name": "Unlink OAuth provider",
                                                                "description": {
                                                                    "content": "Remove an OAuth provider link from an account.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "oauth",
                                                                        ":provider"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "provider",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "35256154-2921-405e-83bd-872d71235e1b",
                                                                    "name": "OAuth unlinked",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "v1",
                                                                                "connect",
                                                                                "accounts",
                                                                                ":address",
                                                                                "oauth",
                                                                                ":provider"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "chain_id",
                                                                                    "value": "<string>"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "address"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<string>",
                                                                                    "key": "provider"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "name": "safety-net",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "db5bc72c-acab-40a6-825f-bad165a109a4",
                                                    "name": "Check account safety net status",
                                                    "request": {
                                                        "name": "Check account safety net status",
                                                        "description": {
                                                            "content": "Check if the account has a safety net (2+ passkeys or recovery configured). Use this to gate value operations in the frontend.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "accounts",
                                                                ":address",
                                                                "safety-net"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "chain_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "address",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "28947791-7e12-472e-b4e8-8e599f6b9788",
                                                            "name": "Safety net status",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "accounts",
                                                                        ":address",
                                                                        "safety-net"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "address"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "verify",
                            "description": "",
                            "item": [
                                {
                                    "id": "3766c19d-7875-4da4-a819-05eb5e29fffc",
                                    "name": "Verify SIWE signature",
                                    "request": {
                                        "name": "Verify SIWE signature",
                                        "description": {
                                            "content": "Verify a Sign In With Ethereum (EIP-4361) message and signature. Returns a session token on success.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "verify"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "f01c6687-dd7a-4493-a59e-b0277479de6e",
                                            "name": "SIWE verified, session token returned",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "verify"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "ab21de44-7b4a-4753-a014-ed752a0af4b6",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "verify"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bda4d0f5-ebd3-4875-94d8-e5f66247c993",
                                            "name": "Invalid SIWE message or signature",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "verify"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "sessions",
                            "description": "",
                            "item": [
                                {
                                    "id": "bf8ff2a4-77d7-4ace-ae1b-b262c20eca71",
                                    "name": "Create session key",
                                    "request": {
                                        "name": "Create session key",
                                        "description": {
                                            "content": "Register a session key for a connect account. Session keys allow time-limited, scoped transaction signing without the primary key.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "sessions"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8e54a886-7219-4823-a465-29948260b1d7",
                                            "name": "Session key created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "sessions"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "relay",
                            "description": "",
                            "item": [
                                {
                                    "id": "c3fb4718-a16d-4219-b895-93dcb504b8ba",
                                    "name": "Relay UserOperation",
                                    "request": {
                                        "name": "Relay UserOperation",
                                        "description": {
                                            "content": "Submit a signed ERC-4337 UserOperation for relay through the urblock bundler.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "relay"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "e259f451-a307-4cb3-b346-a988d58fe1c4",
                                            "name": "201",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "relay"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "438cf644-b95b-4224-9dc0-6b1b36c97e33",
                                            "name": "UserOp accepted for relay",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "relay"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Accepted",
                                            "code": 202,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userOpHash}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dda8a275-736b-46c7-b97c-8db0605d58c2",
                                            "name": "Get relay status",
                                            "request": {
                                                "name": "Get relay status",
                                                "description": {
                                                    "content": "Check the status of a relayed UserOperation.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "relay",
                                                        ":userOpHash"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "userOpHash",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "d07cd02c-79cf-4ec3-9cef-72a0a850055f",
                                                    "name": "Relay status",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                ":userOpHash"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1e2cfcec-5e7c-49aa-ba41-38ef7735e91a",
                                                    "name": "Relay operation not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                ":userOpHash"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "receipt",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4417961b-266b-4ab7-bc11-f89efa3e14f3",
                                                    "name": "Get UserOperation receipt",
                                                    "request": {
                                                        "name": "Get UserOperation receipt",
                                                        "description": {
                                                            "content": "Fetch the on-chain receipt of a UserOperation from the bundler. Returns null if the operation is still pending (not yet mined).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                ":userOpHash",
                                                                "receipt"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "chain_id",
                                                                    "value": "<string>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "15a6e870-5f74-4d87-a05f-0d0620bbe5b8",
                                                            "name": "Receipt or null",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "relay",
                                                                        ":userOpHash",
                                                                        "receipt"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "chain_id",
                                                                            "value": "<string>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "estimate-gas",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5155d390-c3a0-4fcc-8e9f-653aa87732ce",
                                            "name": "Estimate UserOperation gas",
                                            "request": {
                                                "name": "Estimate UserOperation gas",
                                                "description": {
                                                    "content": "Estimate gas limits for a UserOperation via the bundler's eth_estimateUserOperationGas. Returns preVerificationGas, verificationGasLimit, and callGasLimit.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "relay",
                                                        "estimate-gas"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9c5219f9-915f-46f8-ac67-6eb5c0b45f7b",
                                                    "name": "Gas estimates",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                "estimate-gas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f03a4f93-2962-48b8-82f2-89336dd98109",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                "estimate-gas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "520457a6-2e70-478e-89da-fc533b0c1fb6",
                                                    "name": "Bundler not configured for chain",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "relay",
                                                                "estimate-gas"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "passkeys",
                            "description": "",
                            "item": [
                                {
                                    "id": "fc5f9659-c8c3-433e-bd55-9a10ae99165c",
                                    "name": "Register passkey metadata",
                                    "request": {
                                        "name": "Register passkey metadata",
                                        "description": {
                                            "content": "Store passkey (WebAuthn credential) metadata for a connect account. Used for recovery and device enumeration.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "passkeys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "be06b3cd-2e92-4bae-a9f1-d45e9227a381",
                                            "name": "Passkey registered",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "passkeys"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "ops",
                            "description": "",
                            "item": [
                                {
                                    "name": "pending",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c7932099-7b7a-47a8-a00a-9f6f8e65a997",
                                            "name": "List pending operations",
                                            "request": {
                                                "name": "List pending operations",
                                                "description": {
                                                    "content": "List all operations awaiting client-side signature for connect-mode tenants. Each pending op includes the encoded callData needed to build and sign the UserOp.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "ops",
                                                        "pending"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "6014a631-80b1-4572-a212-f170422fa586",
                                                    "name": "List of pending operations",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "ops",
                                                                "pending"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{userOpHash}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "sign",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3b7e26ad-d746-4b74-abb3-b8708509ed11",
                                                    "name": "Submit signed UserOp",
                                                    "request": {
                                                        "name": "Submit signed UserOp",
                                                        "description": {
                                                            "content": "Submit a client-signed UserOp for a pending operation. The relay op transitions from awaiting_sign → pending (submitted to bundler).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "ops",
                                                                ":userOpHash",
                                                                "sign"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5c4486d9-d9f5-4104-8791-7ec7b7f69ffe",
                                                            "name": "Signed UserOp accepted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1990217f-a319-42ae-b6fe-d52187d7871b",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e055ee48-235d-49be-a368-7f2f2fec8543",
                                                            "name": "Pending operation not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "sign-and-relay",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f01d1bc6-217d-4049-a8d1-4dbaba2802c4",
                                                    "name": "Sign + relay UserOp in one call (no SDK needed)",
                                                    "request": {
                                                        "name": "Sign + relay UserOp in one call (no SDK needed)",
                                                        "description": {
                                                            "content": "Accepts only the signature; backend builds the full PackedUserOperation v0.7 (sender/nonce/initCode/gas/fees), forwards to bundler, and persists state transitions. Equivalent to /sign + client-side UserOp build, but without requiring the dev to learn ERC-4337 v0.7 ABI / Kernel v3.1 init-code encoding / bundler RPC semantics.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "ops",
                                                                ":userOpHash",
                                                                "sign-and-relay"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bb439722-ea87-430e-8e6b-2586070a5b2f",
                                                            "name": "Signed UserOp accepted by bundler",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign-and-relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "8de8ea32-73e8-43bd-9f5e-b7abd14d1861",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign-and-relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "d8c2234f-ed76-408d-8aec-1c6fc249541e",
                                                            "name": "Validation or gas estimate failed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign-and-relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "2441ef08-658d-42ad-854c-70ebc8f37fa5",
                                                            "name": "Pending operation not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign-and-relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "119716c8-56f8-4be8-a41b-a12fc704ebae",
                                                            "name": "Bundler error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "sign-and-relay"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Gateway",
                                                            "code": 502,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cancel",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "20727d81-a695-444e-a3ac-d7a0ab928382",
                                                    "name": "Cancel pending operation",
                                                    "request": {
                                                        "name": "Cancel pending operation",
                                                        "description": {
                                                            "content": "Cancel a pending operation that hasn't been signed yet.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "ops",
                                                                ":userOpHash",
                                                                "cancel"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "userOpHash",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "96133f5f-92f1-4ba7-aca6-4b67b3866ff3",
                                                            "name": "Operation cancelled",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "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": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "82e7895e-52f0-430a-9fa7-49afb2421763",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "dca6108e-0e47-4837-94e0-5c543c680d13",
                                                            "name": "Pending operation not found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "ops",
                                                                        ":userOpHash",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "userOpHash"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "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": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "recovery",
                            "description": "",
                            "item": [
                                {
                                    "name": "configure",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "504bb45e-daa5-45c7-afbd-ae784b2a1ade",
                                            "name": "Configure recovery guardians",
                                            "request": {
                                                "name": "Configure recovery guardians",
                                                "description": {
                                                    "content": "Set up social recovery guardians for a connect account. Off-chain guardian registry.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "recovery",
                                                        "configure"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9635b7e4-8afa-4de1-a693-efe3aac0456e",
                                                    "name": "Recovery configured",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                "configure"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c3387da6-f00d-4185-a417-f42c60489a5c",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                "configure"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "initiate",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "72a14274-d72f-4a4d-9b1c-df9baaa66290",
                                            "name": "Initiate recovery",
                                            "request": {
                                                "name": "Initiate recovery",
                                                "description": {
                                                    "content": "A guardian initiates recovery by proposing new validator key data. Off-chain operation.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "recovery",
                                                        "initiate"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "ba97b00d-1b8c-4563-b368-0e3bd9d79403",
                                                    "name": "Recovery initiated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                "initiate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "27564524-ecf2-4ea6-95bc-de7599278d26",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                "initiate"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{requestId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "confirm",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a9d625e8-2c84-4a58-9294-97aa292e9808",
                                                    "name": "Confirm recovery",
                                                    "request": {
                                                        "name": "Confirm recovery",
                                                        "description": {
                                                            "content": "Additional guardian confirms a recovery request. Off-chain operation.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                ":requestId",
                                                                "confirm"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "requestId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "7d3c49b0-ec81-4565-bc02-d6758752ba72",
                                                            "name": "Recovery confirmed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "e936c40b-f1fa-4806-96b9-94e35dcb09d0",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "confirm"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "execute",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "9a13c520-5299-4248-90fb-af140362b8da",
                                                    "name": "Execute recovery",
                                                    "request": {
                                                        "name": "Execute recovery",
                                                        "description": {
                                                            "content": "Execute recovery after timelock expires. Returns doRecovery callData to submit as UserOp. Pass `executed_tx_hash` once the doRecovery UserOp is confirmed on-chain to finalize the request to terminal 'executed'.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                ":requestId",
                                                                "execute"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "requestId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ede21bba-10bb-4410-99fb-a1affea246d4",
                                                            "name": "Recovery executed, doRecovery callData returned",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "execute"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "2b6aeb95-a544-4716-ba3b-49d6076605e7",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "execute"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "cancel",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d17345c2-e95f-4bbb-9902-43e85b8a9595",
                                                    "name": "Cancel recovery",
                                                    "request": {
                                                        "name": "Cancel recovery",
                                                        "description": {
                                                            "content": "Owner cancels a pending recovery. Off-chain operation — no on-chain callData needed.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "recovery",
                                                                ":requestId",
                                                                "cancel"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "requestId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f6601735-697d-4ebe-b2f0-aa5a9409fd51",
                                                            "name": "Recovery cancelled",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "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": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "f6acb035-7a76-406b-87b4-00f3c6f1eaca",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "connect",
                                                                        "recovery",
                                                                        ":requestId",
                                                                        "cancel"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "requestId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {}
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "modules",
                            "description": "",
                            "item": [
                                {
                                    "name": "install",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1c18e692-0b57-4bf9-9c5b-95b412587b16",
                                            "name": "Encode installModule callData",
                                            "request": {
                                                "name": "Encode installModule callData",
                                                "description": {
                                                    "content": "Returns ABI-encoded callData for Kernel.installModule(). Wrap in a UserOp, sign, and relay via POST /relay.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "modules",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b71b141f-8014-4c40-bc50-7ad4d13f978f",
                                                    "name": "CallData returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "modules",
                                                                "install"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b298cfee-9ce6-4d82-8a9b-317b4497ce7e",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "modules",
                                                                "install"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "uninstall",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "33944e56-cae6-48d8-9097-9af3f593d101",
                                            "name": "Encode uninstallModule callData",
                                            "request": {
                                                "name": "Encode uninstallModule callData",
                                                "description": {
                                                    "content": "Returns ABI-encoded callData for Kernel.uninstallModule(). Wrap in a UserOp, sign, and relay via POST /relay.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "modules",
                                                        "uninstall"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5d4da3da-50aa-451d-825f-73d3507ebd91",
                                                    "name": "CallData returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "modules",
                                                                "uninstall"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f7ce7078-3d3d-4c7c-8c69-5621ac66ec61",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "modules",
                                                                "uninstall"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "validators",
                            "description": "",
                            "item": [
                                {
                                    "name": "uninstall",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ee922407-b608-4de3-b395-64c8dd7ae14e",
                                            "name": "Encode uninstallValidation callData",
                                            "request": {
                                                "name": "Encode uninstallValidation callData",
                                                "description": {
                                                    "content": "Returns ABI-encoded callData for Kernel.uninstallValidation(). Wrap in a UserOp, sign, and relay via POST /relay.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "validators",
                                                        "uninstall"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "3500b1d5-9a95-48c6-b12b-96297ee0a1e2",
                                                    "name": "CallData returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "validators",
                                                                "uninstall"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2cab48dc-9edc-4999-b4be-0eb28f9b3c71",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "validators",
                                                                "uninstall"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "change-root",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2a453a4c-f4cd-4a0f-8182-98a3893bea60",
                                            "name": "Encode changeRootValidator callData",
                                            "request": {
                                                "name": "Encode changeRootValidator callData",
                                                "description": {
                                                    "content": "Returns ABI-encoded callData for Kernel.changeRootValidator(). Changes the default validation plugin. Wrap in a UserOp, sign, and relay via POST /relay.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "validators",
                                                        "change-root"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c3afad17-a49d-4039-b296-0501c397cedc",
                                                    "name": "CallData returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "validators",
                                                                "change-root"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eab1abf3-a5b7-4005-b363-fddeea362460",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "validators",
                                                                "change-root"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "oauth",
                            "description": "",
                            "item": [
                                {
                                    "name": "verify",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a9e8c569-ae53-463c-a729-ba30d932428e",
                                            "name": "Verify OAuth id_token",
                                            "request": {
                                                "name": "Verify OAuth id_token",
                                                "description": {
                                                    "content": "Validate a Google or Apple id_token. For returning users, returns account + session. For new users, returns an oauth_token to link after passkey + account creation.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "oauth",
                                                        "verify"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "42162680-127c-4a00-b440-3a044a63dd16",
                                                    "name": "OAuth verified",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "verify"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "84b814d9-858f-4950-81d6-2e4b62be011b",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "verify"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2608dc32-9ebf-49f2-bc3b-413d30a5a0ee",
                                                    "name": "Invalid id_token",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "verify"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "link",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "f0bdb989-405d-49e5-81c9-122b6e4578ec",
                                            "name": "Link OAuth to account",
                                            "request": {
                                                "name": "Link OAuth to account",
                                                "description": {
                                                    "content": "Link an OAuth provider identity to an existing connect account. Requires a valid oauth_token from POST /oauth/verify.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "oauth",
                                                        "link"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "519e7a1c-a088-402d-97df-745155dce274",
                                                    "name": "OAuth linked",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "link"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "31a9dc12-3652-405b-9f4c-d31313be9326",
                                                    "name": "201",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "link"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53fc22f1-ee27-405b-9f2f-78c6fbb41aa2",
                                                    "name": "Invalid oauth_token",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "link"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "865cc78a-42d7-4d88-96ed-5a1842c24035",
                                                    "name": "Already linked",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "oauth",
                                                                "link"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "analytics",
                            "description": "",
                            "item": [
                                {
                                    "name": "overview",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b3d9bc72-1880-44ee-928c-bedfed12ec05",
                                            "name": "Connect analytics overview",
                                            "request": {
                                                "name": "Connect analytics overview",
                                                "description": {
                                                    "content": "Aggregated metrics for connect smart accounts: accounts, relay ops, session keys, recovery, passkeys.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "analytics",
                                                        "overview"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "6462a437-0647-4b40-9272-af0df580a541",
                                                    "name": "Connect analytics overview",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "analytics",
                                                                "overview"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "timeseries",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6f0aad2b-01e5-4cf4-aca5-2e45428f6bec",
                                            "name": "Connect analytics timeseries",
                                            "request": {
                                                "name": "Connect analytics timeseries",
                                                "description": {
                                                    "content": "Daily account creation and relay ops for the selected period.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "analytics",
                                                        "timeseries"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "0c568285-d29a-41fa-a964-8c1784f31afe",
                                                    "name": "Connect analytics timeseries",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "analytics",
                                                                "timeseries"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "networks",
                            "description": "",
                            "item": [
                                {
                                    "name": "{chainId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bc402fce-c4e2-4bf2-9c68-f05504e29b14",
                                            "name": "Get network config for connect",
                                            "request": {
                                                "name": "Get network config for connect",
                                                "description": {
                                                    "content": "Get the factory address, RPC URL, and bundler URL for a specific chain.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "networks",
                                                        ":chainId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "chainId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "7bf4aaca-248e-4caa-900b-c0bdd08ae904",
                                                    "name": "Network config returned",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "networks",
                                                                ":chainId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chainId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "60d40a25-196e-4384-8757-7e922d874242",
                                                    "name": "Network not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "networks",
                                                                ":chainId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "chainId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "paymasters",
                            "description": "",
                            "item": [
                                {
                                    "id": "cada630a-c2ef-476d-9897-9975a758b40c",
                                    "name": "Register a paymaster",
                                    "request": {
                                        "name": "Register a paymaster",
                                        "description": {
                                            "content": "Register a deployed UrblockPaymaster contract so the relay auto-signs paymasterAndData for sponsored ops. Accepts either a raw signer_private_key (DEPRECATED — will be removed 2026-09-01) or keystore_json + keystore_password.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "paymasters"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "05facf74-40bd-4b31-a908-4d8b67bcd89b",
                                            "name": "Paymaster registered",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "49ecd76d-6316-4075-a2b1-37cca8d926a7",
                                            "name": "Active paymaster already exists for this chain",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "2465c931-5c4d-4110-99bb-2d634202d853",
                                    "name": "List paymasters",
                                    "request": {
                                        "name": "List paymasters",
                                        "description": {
                                            "content": "List all paymasters registered by this tenant.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "connect",
                                                "paymasters"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "120a4d0b-d211-4664-8370-e02074bfa0d7",
                                            "name": "Paymaster list",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "import-keystore",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "583a8035-5ada-430d-aba5-9f0393c74c43",
                                            "name": "Register a paymaster from an Ethereum keystore (preferred)",
                                            "request": {
                                                "name": "Register a paymaster from an Ethereum keystore (preferred)",
                                                "description": {
                                                    "content": "Register a UrblockPaymaster signer from an Ethereum keystore V3 JSON + password. The plaintext key is never persisted; the keystore is decrypted in memory, the resulting key is immediately re-sealed with CONNECT_PAYMASTER_ENCRYPTION_KEY + per-row AAD, and the plaintext is discarded.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters",
                                                        "import-keystore"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "9a664dc0-28b9-42fd-9dfa-50deb6cc612f",
                                                    "name": "Paymaster registered",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                "import-keystore"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Created",
                                                    "code": 201,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "b1e2227c-2978-4706-b9d4-19fdf9fd9639",
                                                    "name": "Invalid keystore or password",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                "import-keystore"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d69d62c5-4df8-4094-9b7f-1e1bbe472d8d",
                                                    "name": "Active paymaster already exists for this chain",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                "import-keystore"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "fcbcdfe3-8e9b-4aaf-92fb-e9993c1fae43",
                                            "name": "Get paymaster",
                                            "request": {
                                                "name": "Get paymaster",
                                                "description": {
                                                    "content": "Get a specific paymaster by ID.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e805b7c1-165b-43a8-98d8-5961a480baf2",
                                                    "name": "Paymaster found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "af29e7c8-bfa1-4dda-9029-b1c48a764ee9",
                                                    "name": "Paymaster not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "88d4180c-dace-4bf5-99e7-c41a59dc0887",
                                            "name": "Deactivate paymaster",
                                            "request": {
                                                "name": "Deactivate paymaster",
                                                "description": {
                                                    "content": "Deactivate a paymaster (does not affect on-chain deposit).",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "connect",
                                                        "paymasters",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "7f9b2854-e843-4975-ab21-608f4af7cfc6",
                                                    "name": "Paymaster deactivated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "119884ad-eb60-4376-b1eb-6842c64c7f05",
                                                    "name": "Paymaster not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "connect",
                                                                "paymasters",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "contracts",
                    "description": "",
                    "item": [
                        {
                            "name": "abis",
                            "description": "",
                            "item": [
                                {
                                    "id": "b0eaed86-746b-4aa8-a535-04b9998c84d5",
                                    "name": "List contract ABIs",
                                    "request": {
                                        "name": "List contract ABIs",
                                        "description": {
                                            "content": "Returns all available Urblock contract ABIs in human-readable format. Optionally filter by standard.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "v1",
                                                "contracts",
                                                "abis"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Filter by standard (e.g. ERC20, ERC3643, GOVERNANCE)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "standard",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "654a65c3-006d-4e84-939b-5149bc95297c",
                                            "name": "List of contract ABIs",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "contracts",
                                                        "abis"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Filter by standard (e.g. ERC20, ERC3643, GOVERNANCE)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "standard",
                                                            "value": "<string>"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{name}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "247a0600-cf41-4757-8c25-4ad89d81eb41",
                                            "name": "Get contract ABI",
                                            "request": {
                                                "name": "Get contract ABI",
                                                "description": {
                                                    "content": "Returns a specific contract ABI by name (e.g. erc20, erc721, trex, governor).",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "contracts",
                                                        "abis",
                                                        ":name"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "name",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6112ff74-7653-48e0-a191-3357a03646af",
                                                    "name": "Contract ABI",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "contracts",
                                                                "abis",
                                                                ":name"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "name"
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "621888bc-8086-4c65-a6fd-d61e0dfc44cd",
                                                    "name": "ABI not found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "contracts",
                                                                "abis",
                                                                ":name"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "name"
                                                                }
                                                            ]
                                                        },
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "confidential",
                    "description": "",
                    "item": [
                        {
                            "name": "decrypt_requests",
                            "description": "",
                            "item": [
                                {
                                    "id": "3617b78b-d4b5-4c22-af0b-cacb8369aa21",
                                    "name": "Create confidential decrypt request",
                                    "request": {
                                        "name": "Create confidential decrypt request",
                                        "description": {},
                                        "url": {
                                            "path": [
                                                "v1",
                                                "confidential",
                                                "decrypt_requests"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "1f297fbe-3968-48e4-a0a0-7b9ec269b507",
                                            "name": "Decrypt request queued",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "confidential",
                                                        "decrypt_requests"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dadbeb6d-03c4-4a47-a69a-3e7206c53395",
                                            "name": "Get confidential decrypt request",
                                            "request": {
                                                "name": "Get confidential decrypt request",
                                                "description": {},
                                                "url": {
                                                    "path": [
                                                        "v1",
                                                        "confidential",
                                                        "decrypt_requests",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1ce6f4fb-8e69-4ef5-88f0-0b069c2b72ee",
                                                    "name": "Decrypt request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "confidential",
                                                                "decrypt_requests",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "fulfill",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7201c141-0912-4fa5-a818-6a0cdf34790b",
                                                    "name": "Fulfill confidential decrypt request",
                                                    "request": {
                                                        "name": "Fulfill confidential decrypt request",
                                                        "description": {},
                                                        "url": {
                                                            "path": [
                                                                "v1",
                                                                "confidential",
                                                                "decrypt_requests",
                                                                ":id",
                                                                "fulfill"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "968e7fca-ac5f-4781-89f6-c5ec59105c1d",
                                                            "name": "Decrypt request fulfilled",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "confidential",
                                                                        "decrypt_requests",
                                                                        ":id",
                                                                        "fulfill"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "082edbc3-0037-4aa9-b2ca-02025f0323df",
                                                            "name": "201",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "v1",
                                                                        "confidential",
                                                                        "decrypt_requests",
                                                                        ":id",
                                                                        "fulfill"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<string>",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "health",
            "description": "",
            "item": [
                {
                    "id": "1e8a0802-4f7e-4687-80fe-cadf1015d4f3",
                    "name": "Health check",
                    "request": {
                        "name": "Health check",
                        "description": {
                            "content": "Returns API health status. No authentication required.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "health"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1f8df5cf-4eb9-4ff4-90fd-73af2b018c9f",
                            "name": "API is healthy",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "health"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "/"
        }
    ],
    "info": {
        "_postman_id": "fff6a9f1-eb53-411d-8bab-b8b1f2757524",
        "name": "urblock API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Stripe for tokenization — deploy and manage ERC-20, ERC-721, ERC-1155, and ERC-3643 (T-REX) tokens via REST API. Includes governance (Governor/Timelock), vesting, ERC-4626 vaults, webhooks, and on-chain compliance.\n\nContact Support:\n Name: urblock\n Email: api@urblock.io",
            "type": "text/plain"
        }
    }
}