{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/sql-designer.com"
        }
    ],
    "info": {
        "name": "sql-designer API Documentation",
        "_postman_id": "8457f89f-bfa3-4262-a83b-b3eadcdc6df5",
        "description": "ERD tool for Mysql and Postgres",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Authentication",
            "description": "",
            "item": [
                {
                    "name": "POST api\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"password\":\"Secret1!\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"password\":\"secret\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/email\/resend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/email\/resend",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/email\/resend"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Diagrams",
            "description": "",
            "item": [
                {
                    "name": "Sharing",
                    "description": "",
                    "item": [
                        {
                            "name": "GET api\/diagrams\/embed\/{token}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/embed\/:token",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/embed\/:token",
                                    "variable": [
                                        {
                                            "id": "token",
                                            "key": "token",
                                            "value": "consequatur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 404,
                                    "body": "{\n    \"message\": \"No query results for model [App\\\\Models\\\\Diagram].\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "GET api\/diagrams\/shared\/{token}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/shared\/:token",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/shared\/:token",
                                    "variable": [
                                        {
                                            "id": "token",
                                            "key": "token",
                                            "value": "consequatur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "PATCH api\/diagrams\/shared\/{token}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/shared\/:token",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/shared\/:token",
                                    "variable": [
                                        {
                                            "id": "token",
                                            "key": "token",
                                            "value": "consequatur",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "POST api\/diagrams\/{diagram_id}\/share",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/share",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/share",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "DELETE api\/diagrams\/{diagram_id}\/share",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/share",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/share",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "PATCH api\/diagrams\/{diagram_id}\/share",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/share",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/share",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "GET api\/diagrams\/{diagram_id}\/visitors",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/visitors",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/visitors",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "POST api\/diagrams\/{diagram_id}\/visitors\/{visitor_id}\/approve",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/visitors\/:visitor_id\/approve",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/visitors\/:visitor_id\/approve",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        },
                                        {
                                            "id": "visitor_id",
                                            "key": "visitor_id",
                                            "value": "2",
                                            "description": "The ID of the visitor."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "PATCH api\/diagrams\/{diagram_id}\/visitors\/{visitor_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/visitors\/:visitor_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/visitors\/:visitor_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        },
                                        {
                                            "id": "visitor_id",
                                            "key": "visitor_id",
                                            "value": "2",
                                            "description": "The ID of the visitor."
                                        }
                                    ]
                                },
                                "method": "PATCH",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "CRUD",
                    "description": "",
                    "item": [
                        {
                            "name": "GET api\/diagrams",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "GET api\/diagrams\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "POST api\/diagrams",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"My ERD\",\"db_type\":\"postgresql\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "PUT api\/diagrams\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"My ERD\",\"db_type\":\"postgresql\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "DELETE api\/diagrams\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "SQL",
                    "description": "",
                    "item": [
                        {
                            "name": "POST api\/diagrams\/sql\/import\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/sql\/import\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/sql\/import\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "GET api\/diagrams\/sql\/import-status\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/sql\/import-status\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/sql\/import-status\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "POST api\/diagrams\/sql\/export\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/sql\/export\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/sql\/export\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "GET api\/diagrams\/sql\/export-status\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/sql\/export-status\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/sql\/export-status\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "GET api\/diagrams\/json\/export\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/json\/export\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/json\/export\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "GET api\/diagrams\/migration\/export\/{diagram_id}",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/migration\/export\/:diagram_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/migration\/export\/:diagram_id",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Changelog",
                    "description": "",
                    "item": [
                        {
                            "name": "GET api\/diagrams\/{diagram_id}\/changelog",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/changelog",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/changelog",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": ""
                            },
                            "response": [
                                {
                                    "header": [
                                        {
                                            "key": "cache-control",
                                            "value": "no-cache, private"
                                        },
                                        {
                                            "key": "content-type",
                                            "value": "application\/json"
                                        },
                                        {
                                            "key": "access-control-allow-origin",
                                            "value": "https:\/\/sql-designer.com"
                                        }
                                    ],
                                    "code": 401,
                                    "body": "{\"message\":\"Unauthenticated.\"}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "POST api\/diagrams\/{diagram_id}\/changelog",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/diagrams\/:diagram_id\/changelog",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/diagrams\/:diagram_id\/changelog",
                                    "variable": [
                                        {
                                            "id": "diagram_id",
                                            "key": "diagram_id",
                                            "value": "3",
                                            "description": "The ID of the diagram."
                                        }
                                    ]
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"action\":\"vmqeopfuudtdsufvyvddq\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/feedback",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feedback",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feedback"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"message\":\"I love this tool!\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/sql-designer.com"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}