{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/localhost"
        }
    ],
    "info": {
        "name": "C360 Customer Data Platform API Documentation",
        "_postman_id": "a512d9ea-e073-4f9a-9a96-e850dcbacb9a",
        "description": "API documentation for C360 - Customer and Campaign Management Platform",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Database Operations",
            "description": "",
            "item": [
                {
                    "name": "Test the database connection.\ns",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/db\/test",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/db\/test"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"code\": 200,\n \"message\": \"Database connection successful\",\n \"data\": {\n   \"connection\": \"mysql\",\n   \"database\": \"csite_c360\",\n   \"status\": \"connected\"\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n \"code\": 500,\n \"message\": \"Database connection failed\",\n \"data\": {\n   \"connection\": \"mysql\",\n   \"database\": \"csite_c360\",\n   \"error\": \"Could not connect to database\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all database tables and their schema details.\ns",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/db\/schema",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/db\/schema"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"code\": 200,\n \"message\": \"Database schema retrieved successfully\",\n \"data\": [\n   {\n     \"table_name\": \"users\",\n     \"table_display_name\": \"User Accounts\",\n     \"info\": \"Stores all user credentials and profile information\",\n     \"fields\": [\n       {\n         \"name\": \"email\",\n         \"display_name\": \"Email Address\",\n         \"db_type\": \"varchar(255)\",\n         \"app_type\": \"EmailString\",\n         \"nullable\": false,\n         \"default\": null,\n         \"auto_incrementing\": false,\n         \"info\": \"Primary email for user communication\"\n       }\n     ]\n   }\n ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n \"code\": 500,\n \"message\": \"Failed to retrieve database schema\",\n \"data\": {\n   \"error\": \"Error message\"\n }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Marketing Programs",
            "description": "",
            "item": [
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the marketing program."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the marketing program."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the marketing program."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Campaign Groups",
            "description": "",
            "item": [
                {
                    "name": "Display\nm.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs\/:program_id\/campaign-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs\/:program_id\/campaign-groups",
                            "variable": [
                                {
                                    "id": "program_id",
                                    "key": "program_id",
                                    "value": "consequatur",
                                    "description": "The ID of the program."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage for a specific Marketing Program.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/marketing-programs\/:program_id\/campaign-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/marketing-programs\/:program_id\/campaign-groups",
                            "variable": [
                                {
                                    "id": "program_id",
                                    "key": "program_id",
                                    "value": "consequatur",
                                    "description": "The ID of the program."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Campaigns",
            "description": "",
            "item": [
                {
                    "name": "Display\np.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-groups\/:group_id\/campaigns",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-groups\/:group_id\/campaigns",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "consequatur",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage for a specific Campaign Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-groups\/:group_id\/campaigns",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-groups\/:group_id\/campaigns",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "consequatur",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\",\"target_audience\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"success_criteria\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"status\":\"active\",\"start_date\":\"2025-05-16T16:44:38\",\"end_date\":\"2106-06-15\",\"budget\":45,\"goal\":\"qeopfuudtdsufvyvddqam\",\"target_audience\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"success_criteria\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Audiences",
            "description": "",
            "item": [
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/audiences"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/audiences"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"rules\":[{\"rule_type\":\"consequatur\",\"rule_value\":\"mqeopfuudtdsufvyvddqa\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the audience."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the audience."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"rules\":[{\"rule_value\":\"dtdsufvyvddqamniihfqc\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the audience."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List audiences associated with a specific campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/audiences",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Associate an audience with a campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/audiences",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"audience_id\":\"consequatur\",\"segment_override\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Disassociate an audience from a campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/audiences\/:audience_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/audiences\/:audience_id",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                },
                                {
                                    "id": "audience_id",
                                    "key": "audience_id",
                                    "value": "consequatur",
                                    "description": "The ID of the audience."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\nb-audiences for a specific Campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/sub-audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/sub-audiences",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created sub-audience for a specific Campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/sub-audiences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/sub-audiences",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"audience_id\":\"consequatur\",\"name\":\"mqeopfuudtdsufvyvddqa\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"segment_definition\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\nb-audience.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sub-audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sub-audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the sub audience."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified sub-audience in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sub-audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sub-audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the sub audience."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"segment_definition\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified sub-audience from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sub-audiences\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sub-audiences\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the sub audience."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Customers",
            "description": "",
            "item": [
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"external_id\":\"vmqeopfuudtdsufvyvddq\",\"first_name\":\"amniihfqcoynlazghdtqt\",\"last_name\":\"qxbajwbpilpmufinllwlo\",\"email\":\"schmitt.beulah@example.org\",\"phone\":\"smsjuryvojcybzvrbyick\",\"attributes\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the customer."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Destinations",
            "description": "",
            "item": [
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/destinations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/destinations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/destinations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/destinations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"destination_type\":\"consequatur\",\"connection_details\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/destinations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/destinations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the destination."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/destinations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/destinations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the destination."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/destinations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/destinations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the destination."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List destinations configured for a specific campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/destinations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/destinations",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Configure (store) a destination for a campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/destinations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/destinations",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"destination_id\":\"consequatur\",\"attribute_mapping\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource (association) from storage.\nUses the campaign_destination primary key ID for deletion.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-destinations\/:campaign_destination_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-destinations\/:campaign_destination_id",
                            "variable": [
                                {
                                    "id": "campaign_destination_id",
                                    "key": "campaign_destination_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign destination."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Treatment Groups",
            "description": "",
            "item": [
                {
                    "name": "Display\nn.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/treatment-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/treatment-groups",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage for a specific Campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/treatment-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/treatment-groups",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"type\":\"consequatur\",\"allocation_percentage\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/treatment-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/treatment-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the treatment group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/treatment-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/treatment-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the treatment group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"type\":\"consequatur\",\"allocation_percentage\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/treatment-groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/treatment-groups\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the treatment group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "KPIs and Goals",
            "description": "",
            "item": [
                {
                    "name": "Display\nn.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/kpis",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/kpis",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created KPI for a specific Campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/kpis",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/kpis",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"kpi_type\":\"consequatur\",\"target_value\":45,\"actual_value\":56}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\nd KPI.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-kpis\/:kpi_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-kpis\/:kpi_id",
                            "variable": [
                                {
                                    "id": "kpi_id",
                                    "key": "kpi_id",
                                    "value": "consequatur",
                                    "description": "The ID of the kpi."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified KPI in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-kpis\/:kpi_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-kpis\/:kpi_id",
                            "variable": [
                                {
                                    "id": "kpi_id",
                                    "key": "kpi_id",
                                    "value": "consequatur",
                                    "description": "The ID of the kpi."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"kpi_type\":\"consequatur\",\"target_value\":45,\"actual_value\":56}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified KPI from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaign-kpis\/:kpi_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaign-kpis\/:kpi_id",
                            "variable": [
                                {
                                    "id": "kpi_id",
                                    "key": "kpi_id",
                                    "value": "consequatur",
                                    "description": "The ID of the kpi."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\nn.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/customer-goals",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/customer-goals",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created customer goal for a specific Campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/customer-goals",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/customer-goals",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"goal_type\":\"consequatur\",\"target_value\":45,\"validation_rule_id\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified customer goal in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer-goals\/:goal_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer-goals\/:goal_id",
                            "variable": [
                                {
                                    "id": "goal_id",
                                    "key": "goal_id",
                                    "value": "consequatur",
                                    "description": "The ID of the goal."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"goal_type\":\"consequatur\",\"target_value\":45,\"validation_rule_id\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified customer goal from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/customer-goals\/:goal_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/customer-goals\/:goal_id",
                            "variable": [
                                {
                                    "id": "goal_id",
                                    "key": "goal_id",
                                    "value": "consequatur",
                                    "description": "The ID of the goal."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin",
            "description": "",
            "item": [
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"password\":\"consequatur\",\"roles\":[\"consequatur\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "17",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "17",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"roles\":[\"consequatur\"],\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "17",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/tenants",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/tenants"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/tenants",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/tenants"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/tenants\/:tenant_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/tenants\/:tenant_id",
                            "variable": [
                                {
                                    "id": "tenant_id",
                                    "key": "tenant_id",
                                    "value": "17",
                                    "description": "The ID of the tenant."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/tenants\/:tenant_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/tenants\/:tenant_id",
                            "variable": [
                                {
                                    "id": "tenant_id",
                                    "key": "tenant_id",
                                    "value": "17",
                                    "description": "The ID of the tenant."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/tenants\/:tenant_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/tenants\/:tenant_id",
                            "variable": [
                                {
                                    "id": "tenant_id",
                                    "key": "tenant_id",
                                    "value": "17",
                                    "description": "The ID of the tenant."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "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": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "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\":\"qkunze@example.com\",\"password\":\"O[2UZ5ij-e\\\/dl4m{o,\",\"device_name\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/forgot-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"qkunze@example.com\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/reset-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"consequatur\",\"email\":\"carolyne.luettgen@example.org\",\"password\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "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": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/activity-log",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/activity-log",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/activity-log"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/send-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/send-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/send-email"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"to\":\"qkunze@example.com\",\"subject\":\"opfuudtdsufvyvddqamni\",\"content\":\"consequatur\",\"from_email\":\"carolyne.luettgen@example.org\",\"from_name\":\"consequatur\",\"reply_to\":\"carolyne.luettgen@example.org\",\"attachments\":[{\"path\":\"consequatur\",\"as\":\"consequatur\",\"mime\":\"consequatur\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/db-test",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/db-test",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/db-test"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "59"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"code\":200,\"message\":\"Database connection successful.\",\"data\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tables",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"code\":200,\"message\":\"Tables retrieved successfully.\",\"data\":[{\"table_name\":\"activity_log\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"log_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"description\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"subject_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"event\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"subject_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"causer_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"causer_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"properties\",\"display_name\":null,\"db_type\":\"longtext\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"batch_uuid\",\"display_name\":null,\"db_type\":\"char(36)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"column_metadata\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"table_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"column_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"display_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"app_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"info\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"failed_jobs\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"uuid\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"connection\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"queue\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"payload\",\"display_name\":null,\"db_type\":\"longtext\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"exception\",\"display_name\":null,\"db_type\":\"longtext\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"failed_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":false,\"default\":\"current_timestamp()\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"migrations\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"int(10) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"migration\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"batch\",\"display_name\":null,\"db_type\":\"int(11)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"model_has_permissions\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"permission_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"model_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"model_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"model_has_roles\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"role_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"model_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"model_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"password_reset_tokens\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"email\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"token\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"permissions\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"guard_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"personal_access_tokens\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"tokenable_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"tokenable_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"token\",\"display_name\":null,\"db_type\":\"varchar(64)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"abilities\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"last_used_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"expires_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"role_has_permissions\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"permission_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"role_id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"roles\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"guard_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"table_metadata\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"table_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"display_name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"app_type\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"info\",\"display_name\":null,\"db_type\":\"text\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"tenants\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]},{\"table_name\":\"users\",\"table_display_name\":null,\"info\":null,\"fields\":[{\"name\":\"id\",\"display_name\":null,\"db_type\":\"bigint(20) unsigned\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":true,\"info\":null},{\"name\":\"name\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"email\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"email_verified_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"password\",\"display_name\":null,\"db_type\":\"varchar(255)\",\"app_type\":null,\"nullable\":false,\"default\":null,\"auto_incrementing\":false,\"info\":null},{\"name\":\"remember_token\",\"display_name\":null,\"db_type\":\"varchar(100)\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"is_active\",\"display_name\":null,\"db_type\":\"tinyint(1)\",\"app_type\":null,\"nullable\":false,\"default\":\"1\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"created_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null},{\"name\":\"updated_at\",\"display_name\":null,\"db_type\":\"timestamp\",\"app_type\":null,\"nullable\":true,\"default\":\"NULL\",\"auto_incrementing\":false,\"info\":null}]}]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Validation Rules",
            "description": "",
            "item": [
                {
                    "name": "List validation rules associated with a specific campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/validation-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/validation-rules",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Associate a validation rule with a campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/validation-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/validation-rules",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"validation_rule_id\":\"consequatur\",\"rule_override\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Disassociate a validation rule from a campaign.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/campaigns\/:campaign_id\/validation-rules\/:validation_rule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/campaigns\/:campaign_id\/validation-rules\/:validation_rule_id",
                            "variable": [
                                {
                                    "id": "campaign_id",
                                    "key": "campaign_id",
                                    "value": "consequatur",
                                    "description": "The ID of the campaign."
                                },
                                {
                                    "id": "validation_rule_id",
                                    "key": "validation_rule_id",
                                    "value": "consequatur",
                                    "description": "The ID of the validation rule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validation-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validation-rules"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "57"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validation-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validation-rules"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"rule_definition\":\"[\\\"consequatur\\\",\\\"consequatur\\\"]\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display\ne.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validation-rules\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validation-rules\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the validation rule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "56"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 500,
                            "body": "{\"code\":500,\"message\":\"Failed to retrieve validation rule.\",\"data\":\"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'csite_c360.validation_rules' doesn't exist (Connection: mysql, SQL: select * from `validation_rules` where `tenant_id` = 1 and `validation_rules`.`id` = 17 and `validation_rules`.`deleted_at` is null limit 1)\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validation-rules\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validation-rules\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the validation rule."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validation-rules\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validation-rules\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the validation rule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}